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.109.0 published on Wednesday, Jun 26, 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.109.0 published on Wednesday, Jun 26, 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:

    ResourceCollectionFilter Pulumi.AwsNative.DevOpsGuru.Outputs.ResourceCollectionFilter
    Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
    ResourceCollectionType Pulumi.AwsNative.DevOpsGuru.ResourceCollectionType
    The type of ResourceCollection
    ResourceCollectionFilter ResourceCollectionFilter
    Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
    ResourceCollectionType ResourceCollectionType
    The type of ResourceCollection
    resourceCollectionFilter ResourceCollectionFilter
    Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
    resourceCollectionType ResourceCollectionType
    The type of ResourceCollection
    resourceCollectionFilter ResourceCollectionFilter
    Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
    resourceCollectionType ResourceCollectionType
    The type of ResourceCollection
    resource_collection_filter ResourceCollectionFilter
    Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
    resource_collection_type ResourceCollectionType
    The type of ResourceCollection
    resourceCollectionFilter Property Map
    Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
    resourceCollectionType "AWS_CLOUD_FORMATION" | "AWS_TAGS"
    The type of ResourceCollection

    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

    CloudFormation Pulumi.AwsNative.DevOpsGuru.Inputs.ResourceCollectionCloudFormationCollectionFilter
    Information about AWS CloudFormation stacks. You can use up to 1000 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .
    Tags List<Pulumi.AwsNative.DevOpsGuru.Inputs.ResourceCollectionTagCollection>

    The AWS tags used to filter the resources in the resource collection.

    Tags help you identify and organize your AWS resources. Many AWS services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an AWS Lambda function. For more information about using tags, see the Tagging best practices whitepaper.

    Each AWS tag has two parts.

    • A tag key (for example, CostCenter , Environment , Project , or Secret ). Tag keys are case-sensitive.
    • A field known as a tag value (for example, 111122223333 , Production , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. The tag value is a required property when AppBoundaryKey is specified.

    Together these are known as key - value pairs.

    The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru- . The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application . When you create a key , the case of characters in the key can be whatever you choose. After you create a key , it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS , and these act as two different keys . Possible key / value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers .

    CloudFormation ResourceCollectionCloudFormationCollectionFilter
    Information about AWS CloudFormation stacks. You can use up to 1000 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .
    Tags []ResourceCollectionTagCollection

    The AWS tags used to filter the resources in the resource collection.

    Tags help you identify and organize your AWS resources. Many AWS services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an AWS Lambda function. For more information about using tags, see the Tagging best practices whitepaper.

    Each AWS tag has two parts.

    • A tag key (for example, CostCenter , Environment , Project , or Secret ). Tag keys are case-sensitive.
    • A field known as a tag value (for example, 111122223333 , Production , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. The tag value is a required property when AppBoundaryKey is specified.

    Together these are known as key - value pairs.

    The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru- . The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application . When you create a key , the case of characters in the key can be whatever you choose. After you create a key , it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS , and these act as two different keys . Possible key / value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers .

    cloudFormation ResourceCollectionCloudFormationCollectionFilter
    Information about AWS CloudFormation stacks. You can use up to 1000 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .
    tags List<ResourceCollectionTagCollection>

    The AWS tags used to filter the resources in the resource collection.

    Tags help you identify and organize your AWS resources. Many AWS services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an AWS Lambda function. For more information about using tags, see the Tagging best practices whitepaper.

    Each AWS tag has two parts.

    • A tag key (for example, CostCenter , Environment , Project , or Secret ). Tag keys are case-sensitive.
    • A field known as a tag value (for example, 111122223333 , Production , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. The tag value is a required property when AppBoundaryKey is specified.

    Together these are known as key - value pairs.

    The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru- . The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application . When you create a key , the case of characters in the key can be whatever you choose. After you create a key , it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS , and these act as two different keys . Possible key / value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers .

    cloudFormation ResourceCollectionCloudFormationCollectionFilter
    Information about AWS CloudFormation stacks. You can use up to 1000 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .
    tags ResourceCollectionTagCollection[]

    The AWS tags used to filter the resources in the resource collection.

    Tags help you identify and organize your AWS resources. Many AWS services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an AWS Lambda function. For more information about using tags, see the Tagging best practices whitepaper.

    Each AWS tag has two parts.

    • A tag key (for example, CostCenter , Environment , Project , or Secret ). Tag keys are case-sensitive.
    • A field known as a tag value (for example, 111122223333 , Production , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. The tag value is a required property when AppBoundaryKey is specified.

    Together these are known as key - value pairs.

    The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru- . The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application . When you create a key , the case of characters in the key can be whatever you choose. After you create a key , it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS , and these act as two different keys . Possible key / value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers .

    cloud_formation ResourceCollectionCloudFormationCollectionFilter
    Information about AWS CloudFormation stacks. You can use up to 1000 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .
    tags Sequence[ResourceCollectionTagCollection]

    The AWS tags used to filter the resources in the resource collection.

    Tags help you identify and organize your AWS resources. Many AWS services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an AWS Lambda function. For more information about using tags, see the Tagging best practices whitepaper.

    Each AWS tag has two parts.

    • A tag key (for example, CostCenter , Environment , Project , or Secret ). Tag keys are case-sensitive.
    • A field known as a tag value (for example, 111122223333 , Production , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. The tag value is a required property when AppBoundaryKey is specified.

    Together these are known as key - value pairs.

    The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru- . The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application . When you create a key , the case of characters in the key can be whatever you choose. After you create a key , it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS , and these act as two different keys . Possible key / value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers .

    cloudFormation Property Map
    Information about AWS CloudFormation stacks. You can use up to 1000 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .
    tags List<Property Map>

    The AWS tags used to filter the resources in the resource collection.

    Tags help you identify and organize your AWS resources. Many AWS services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an AWS Lambda function. For more information about using tags, see the Tagging best practices whitepaper.

    Each AWS tag has two parts.

    • A tag key (for example, CostCenter , Environment , Project , or Secret ). Tag keys are case-sensitive.
    • A field known as a tag value (for example, 111122223333 , Production , or a team name). Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. The tag value is a required property when AppBoundaryKey is specified.

    Together these are known as key - value pairs.

    The string used for a key in a tag that you use to define your resource coverage must begin with the prefix Devops-guru- . The tag key might be DevOps-Guru-deployment-application or devops-guru-rds-application . When you create a key , the case of characters in the key can be whatever you choose. After you create a key , it is case-sensitive. For example, DevOps Guru works with a key named devops-guru-rds and a key named DevOps-Guru-RDS , and these act as two different keys . Possible key / value pairs in your application might be Devops-Guru-production-application/RDS or Devops-Guru-production-application/containers .

    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.109.0 published on Wednesday, Jun 26, 2024 by Pulumi