1. Packages
  2. AWS Native
  3. API Docs
  4. devopsguru
  5. getResourceCollection

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.devopsguru.getResourceCollection

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    This resource schema represents the ResourceCollection resource in the Amazon DevOps Guru.

    Using getResourceCollection

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getResourceCollection(args: GetResourceCollectionArgs, opts?: InvokeOptions): Promise<GetResourceCollectionResult>
    function getResourceCollectionOutput(args: GetResourceCollectionOutputArgs, opts?: InvokeOptions): Output<GetResourceCollectionResult>
    def get_resource_collection(resource_collection_type: Optional[ResourceCollectionType] = None,
                                opts: Optional[InvokeOptions] = None) -> GetResourceCollectionResult
    def get_resource_collection_output(resource_collection_type: Optional[pulumi.Input[ResourceCollectionType]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetResourceCollectionResult]
    func LookupResourceCollection(ctx *Context, args *LookupResourceCollectionArgs, opts ...InvokeOption) (*LookupResourceCollectionResult, error)
    func LookupResourceCollectionOutput(ctx *Context, args *LookupResourceCollectionOutputArgs, opts ...InvokeOption) LookupResourceCollectionResultOutput

    > Note: This function is named LookupResourceCollection in the Go SDK.

    public static class GetResourceCollection 
    {
        public static Task<GetResourceCollectionResult> InvokeAsync(GetResourceCollectionArgs args, InvokeOptions? opts = null)
        public static Output<GetResourceCollectionResult> Invoke(GetResourceCollectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourceCollectionResult> getResourceCollection(GetResourceCollectionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:devopsguru:getResourceCollection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceCollectionType ResourceCollectionType
    The type of ResourceCollection
    resourceCollectionType ResourceCollectionType
    The type of ResourceCollection
    resourceCollectionType ResourceCollectionType
    The type of ResourceCollection
    resource_collection_type ResourceCollectionType
    The type of ResourceCollection

    getResourceCollection Result

    The following output properties are available:

    Supporting Types

    ResourceCollectionCloudFormationCollectionFilter

    StackNames List<string>
    An array of CloudFormation stack names.
    StackNames []string
    An array of CloudFormation stack names.
    stackNames List<String>
    An array of CloudFormation stack names.
    stackNames string[]
    An array of CloudFormation stack names.
    stack_names Sequence[str]
    An array of CloudFormation stack names.
    stackNames List<String>
    An array of CloudFormation stack names.

    ResourceCollectionFilter

    ResourceCollectionTagCollection

    AppBoundaryKey string
    A Tag key for DevOps Guru app boundary.
    TagValues List<string>
    Tag values of DevOps Guru app boundary.
    AppBoundaryKey string
    A Tag key for DevOps Guru app boundary.
    TagValues []string
    Tag values of DevOps Guru app boundary.
    appBoundaryKey String
    A Tag key for DevOps Guru app boundary.
    tagValues List<String>
    Tag values of DevOps Guru app boundary.
    appBoundaryKey string
    A Tag key for DevOps Guru app boundary.
    tagValues string[]
    Tag values of DevOps Guru app boundary.
    app_boundary_key str
    A Tag key for DevOps Guru app boundary.
    tag_values Sequence[str]
    Tag values of DevOps Guru app boundary.
    appBoundaryKey String
    A Tag key for DevOps Guru app boundary.
    tagValues List<String>
    Tag values of DevOps Guru app boundary.

    ResourceCollectionType

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi