Class CfnGroup.TagFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resourcegroups.CfnGroup.TagFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGroup.TagFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGroup.TagFilterProperty
@Stability(Stable)
@Internal
public static final class CfnGroup.TagFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGroup.TagFilterProperty
An implementation for
CfnGroup.TagFilterProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.resourcegroups.CfnGroup.TagFilterProperty
CfnGroup.TagFilterProperty.Builder, CfnGroup.TagFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGroup.TagFilterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGroup.TagFilterProperty.Builder
.
-
-
Method Details
-
getKey
Description copied from interface:CfnGroup.TagFilterProperty
A string that defines a tag key.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'sType
property isTAG_FILTERS_1_0
. You must specify at least one tag key.- Specified by:
getKey
in interfaceCfnGroup.TagFilterProperty
-
getValues
Description copied from interface:CfnGroup.TagFilterProperty
A list of tag values that can be included in the tag-based resource group.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.
- Specified by:
getValues
in interfaceCfnGroup.TagFilterProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-