@Stability(value=Stable) @Internal public static final class CfnResourceCollection.ResourceCollectionFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceCollection.ResourceCollectionFilterProperty
CfnResourceCollection.ResourceCollectionFilterPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnResourceCollection.ResourceCollectionFilterProperty.Builder, CfnResourceCollection.ResourceCollectionFilterProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnResourceCollection.ResourceCollectionFilterProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnResourceCollection.CloudFormationCollectionFilterProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCloudFormation()
Information about AWS CloudFormation stacks.
|
List<CfnResourceCollection.TagCollectionProperty> |
getTags()
The AWS tags used to filter the resources in the resource collection.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnResourceCollection.ResourceCollectionFilterProperty.Builder builder)
CfnResourceCollection.CloudFormationCollectionFilterProperty.Builder.public final Object getCloudFormation()
CfnResourceCollection.ResourceCollectionFilterPropertyYou 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 .
getCloudFormation in interface CfnResourceCollection.ResourceCollectionFilterPropertypublic final List<CfnResourceCollection.TagCollectionProperty> getTags()
CfnResourceCollection.ResourceCollectionFilterPropertyTags 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.
getTags in interface CfnResourceCollection.ResourceCollectionFilterProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.