@Stability(value=Stable) @Internal public static final class CfnResourceCollection.TagCollectionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceCollection.TagCollectionProperty
CfnResourceCollection.TagCollectionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnResourceCollection.TagCollectionProperty.Builder, CfnResourceCollection.TagCollectionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnResourceCollection.TagCollectionProperty.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) |
String |
getAppBoundaryKey()
An AWS tag *key* that is used to identify the AWS resources that DevOps Guru analyzes.
|
List<String> |
getTagValues()
The values in an AWS tag 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.TagCollectionProperty.Builder builder)
CfnResourceCollection.CloudFormationCollectionFilterProperty.Builder.public final String getAppBoundaryKey()
CfnResourceCollection.TagCollectionPropertyAll AWS resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary.
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.
getAppBoundaryKey in interface CfnResourceCollection.TagCollectionPropertypublic final List<String> getTagValues()
CfnResourceCollection.TagCollectionProperty
The tag's value is an optional field used to associate a string with the tag key (for example, 111122223333 , Production , or a team name). The key and value are the tag's key pair. Omitting the tag value is the same as using an empty string. Like tag keys , tag values are case-sensitive. You can specify a maximum of 256 characters for a tag value.
getTagValues in interface CfnResourceCollection.TagCollectionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.