@Stability(value=Stable) @Internal public static final class CfnGroup.QueryProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGroup.QueryProperty
CfnGroup.QueryPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnGroup.QueryProperty.Builder, CfnGroup.QueryProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnGroup.QueryProperty.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) |
List<String> |
getResourceTypeFilters()
Specifies limits to the types of resources that can be included in the resource group.
|
String |
getStackIdentifier()
Specifies the ARN of a CloudFormation stack.
|
Object |
getTagFilters()
A list of key-value pair objects that limit which resources can be members of the 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.QueryProperty.Builder builder)
CfnGroup.ConfigurationItemProperty.Builder.public final List<String> getResourceTypeFilters()
CfnGroup.QueryProperty
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"] .
getResourceTypeFilters in interface CfnGroup.QueryPropertypublic final String getStackIdentifier()
CfnGroup.QueryPropertyAll 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 the ResourceQuery.Type property is CLOUDFORMATION_STACK_1_0.
getStackIdentifier in interface CfnGroup.QueryPropertypublic final Object getTagFilters()
CfnGroup.QueryProperty
This property is required when the ResourceQuery.Type property is TAG_FILTERS_1_0 .
A resource must have a tag that matches every filter that is provided in the TagFilters list.
getTagFilters in interface CfnGroup.QueryProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.