@Stability(value=Stable) public static final class CfnResourceCollection.ResourceCollectionFilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceCollection.ResourceCollectionFilterProperty>
CfnResourceCollection.ResourceCollectionFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceCollection.ResourceCollectionFilterProperty |
build()
Builds the configured instance.
|
CfnResourceCollection.ResourceCollectionFilterProperty.Builder |
cloudFormation(CfnResourceCollection.CloudFormationCollectionFilterProperty cloudFormation)
|
CfnResourceCollection.ResourceCollectionFilterProperty.Builder |
cloudFormation(IResolvable cloudFormation)
|
CfnResourceCollection.ResourceCollectionFilterProperty.Builder |
tags(List<? extends CfnResourceCollection.TagCollectionProperty> tags)
Sets the value of
CfnResourceCollection.ResourceCollectionFilterProperty.getTags() |
@Stability(value=Stable) public CfnResourceCollection.ResourceCollectionFilterProperty.Builder cloudFormation(CfnResourceCollection.CloudFormationCollectionFilterProperty cloudFormation)
cloudFormation - Information about AWS CloudFormation stacks.
You can use up to 500 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .this@Stability(value=Stable) public CfnResourceCollection.ResourceCollectionFilterProperty.Builder cloudFormation(IResolvable cloudFormation)
cloudFormation - Information about AWS CloudFormation stacks.
You can use up to 500 stacks to specify which AWS resources in your account to analyze. For more information, see Stacks in the AWS CloudFormation User Guide .this@Stability(value=Stable) public CfnResourceCollection.ResourceCollectionFilterProperty.Builder tags(List<? extends CfnResourceCollection.TagCollectionProperty> tags)
CfnResourceCollection.ResourceCollectionFilterProperty.getTags()tags - 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.
CostCenter , Environment , Project , or Secret ). Tag keys are case-sensitive.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.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 beDevops-guru-deployment-applicationorDevops-guru-rds-application. While keys are case-sensitive, the case of key characters don't matter to DevOps Guru. For example, DevOps Guru works with a key nameddevops-guru-rdsand a key namedDevOps-Guru-RDS. Possible key / value pairs in your application might beDevops-Guru-production-application/RDSorDevops-Guru-production-application/containers.
this@Stability(value=Stable) public CfnResourceCollection.ResourceCollectionFilterProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceCollection.ResourceCollectionFilterProperty>CfnResourceCollection.ResourceCollectionFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.