Class CfnGroup.ResourceQueryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resourcegroups.CfnGroup.ResourceQueryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGroup.ResourceQueryProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGroup.ResourceQueryProperty
@Stability(Stable)
@Internal
public static final class CfnGroup.ResourceQueryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGroup.ResourceQueryProperty
An implementation for
CfnGroup.ResourceQueryProperty
-
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.ResourceQueryProperty
CfnGroup.ResourceQueryProperty.Builder, CfnGroup.ResourceQueryProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGroup.ResourceQueryProperty.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.ResourceQueryProperty.Builder
.
-
-
Method Details
-
getQuery
Description copied from interface:CfnGroup.ResourceQueryProperty
The query that defines the membership of the group.This is a structure with properties that depend on the
Type
.The
Query
structure must be included in the following scenarios:- When the
Type
isTAG_FILTERS_1_0
, you must specify aQuery
structure that contains aTagFilters
list of tags. Resources with tags that match those in theTagFilter
list become members of the resource group. - When the
Type
isCLOUDFORMATION_STACK_1_0
then this field is required only when you must specify a CloudFormation stack other than the one you are defining. To do this, theQuery
structure must contain theStackIdentifier
property. If you don't specify either aQuery
structure or aStackIdentifier
within thatQuery
, then it defaults to the CloudFormation stack that you're currently constructing.
- Specified by:
getQuery
in interfaceCfnGroup.ResourceQueryProperty
- See Also:
- When the
-
getType
Description copied from interface:CfnGroup.ResourceQueryProperty
Specifies the type of resource query that determines this group's membership. There are two valid query types:.TAG_FILTERS_1_0
indicates that the group is a tag-based group. To complete the group membership, you must include theTagFilters
property to specify the tag filters to use in the query.CLOUDFORMATION_STACK_1_0
, the default, indicates that the group is a CloudFormation stack-based group. Group membership is based on the CloudFormation stack. You must specify theStackIdentifier
property in the query to define which stack to associate the group with, or leave it empty to default to the stack where the group is defined.
- Specified by:
getType
in interfaceCfnGroup.ResourceQueryProperty
- See Also:
-
$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()
-