public static final class CfnGroup.TagFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGroup.TagFilterProperty
CfnGroup.TagFilterProperty
CfnGroup.TagFilterProperty.Builder, CfnGroup.TagFilterProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getKey()
A string that defines a tag key.
|
java.util.List<java.lang.String> |
getValues()
A list of tag values that can be included in the tag-based resource group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getKey()
CfnGroup.TagFilterProperty
Only 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.TagFilterProperty
public final java.util.List<java.lang.String> getValues()
CfnGroup.TagFilterProperty
This 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()