@Stability(value=Stable) @Internal public static final class CfnGroup.TagFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGroup.TagFilterProperty
CfnGroup.TagFilterPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnGroup.TagFilterProperty.Builder, CfnGroup.TagFilterProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnGroup.TagFilterProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnGroup.ConfigurationItemProperty.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 |
getKey()
A string that defines a tag key.
|
List<String> |
getValues()
A list of tag values that can be included in the tag-based resource group.
|
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(CfnGroup.TagFilterProperty.Builder builder)
CfnGroup.ConfigurationItemProperty.Builder.public final String getKey()
CfnGroup.TagFilterPropertyOnly resources in the account that are tagged with a specified tag key are members of the tag-based resource group.
This field is required when the ResourceQuery structure's Type property is TAG_FILTERS_1_0 . You must specify at least one tag key.
getKey in interface CfnGroup.TagFilterPropertypublic final List<String> getValues()
CfnGroup.TagFilterPropertyThis is optional. If you don't specify a value or values for a key, then an AWS resource with any value for that key is a member.
getValues in interface CfnGroup.TagFilterProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.