ResourceCollectionFilterArgs

data class ResourceCollectionFilterArgs(val cloudFormation: Output<ResourceCollectionCloudFormationCollectionFilterArgs>? = null, val tags: Output<List<ResourceCollectionTagCollectionArgs>>? = null) : ConvertibleToJava<ResourceCollectionFilterArgs>

Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.

Constructors

Link copied to clipboard
constructor(cloudFormation: Output<ResourceCollectionCloudFormationCollectionFilterArgs>? = null, tags: Output<List<ResourceCollectionTagCollectionArgs>>? = null)

Properties

Link copied to clipboard

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 .

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): ResourceCollectionFilterArgs