Class CfnGroup.QueryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGroup.QueryProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGroup.QueryProperty
CfnGroup.QueryProperty
-
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.QueryProperty
CfnGroup.QueryProperty.Builder, CfnGroup.QueryProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnGroup.QueryProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGroup.QueryProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
Specifies limits to the types of resources that can be included in the resource group.final String
Specifies the ARN of a CloudFormation stack.final Object
A list of key-value pair objects that limit which resources can be members of the resource group.final int
hashCode()
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.QueryProperty.Builder
.
-
-
Method Details
-
getResourceTypeFilters
Description copied from interface:CfnGroup.QueryProperty
Specifies limits to the types of resources that can be included in the resource group.For example, if
ResourceTypeFilters
is["AWS::EC2::Instance", "AWS::DynamoDB::Table"]
, only EC2 instances or DynamoDB tables can be members of this resource group. The default value is["AWS::AllSupported"]
.- Specified by:
getResourceTypeFilters
in interfaceCfnGroup.QueryProperty
- See Also:
-
getStackIdentifier
Description copied from interface:CfnGroup.QueryProperty
Specifies the ARN of a CloudFormation stack.All supported resources of the CloudFormation stack are members of the resource group. If you don't specify an ARN, this parameter defaults to the current stack that you are defining, which means that all the resources of the current stack are grouped.
You can specify a value for
StackIdentifier
only when theResourceQuery.Type
property isCLOUDFORMATION_STACK_1_0.
- Specified by:
getStackIdentifier
in interfaceCfnGroup.QueryProperty
- See Also:
-
getTagFilters
Description copied from interface:CfnGroup.QueryProperty
A list of key-value pair objects that limit which resources can be members of the resource group.This property is required when the
ResourceQuery.Type
property isTAG_FILTERS_1_0
.A resource must have a tag that matches every filter that is provided in the
TagFilters
list.- Specified by:
getTagFilters
in interfaceCfnGroup.QueryProperty
- 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()
-