public static final class CfnGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGroupProps
CfnGroupProps
CfnGroupProps.Builder, CfnGroupProps.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.Object |
getConfiguration()
The service configuration currently associated with the resource group and in effect for the members of the resource group.
|
java.lang.String |
getDescription()
The description of the resource group.
|
java.lang.String |
getName()
The name of a resource group.
|
java.lang.Object |
getResourceQuery()
The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group.
|
java.util.List<java.lang.String> |
getResources()
A list of the Amazon Resource Names (ARNs) of AWS resources that you want to add to the specified group.
|
java.util.List<CfnTag> |
getTags()
The tag key and value pairs that are attached to the 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 getName()
CfnGroupProps
The name must be unique within the AWS Region in which you create the resource. To create multiple resource groups based on the same CloudFormation stack, you must generate unique names for each.
getName
in interface CfnGroupProps
public final java.lang.Object getConfiguration()
CfnGroupProps
A Configuration
consists of one or more ConfigurationItem
entries. For information about service configurations for resource groups and how to construct them, see Service configurations for resource groups in the AWS Resource Groups User Guide .
You can include either a
Configuration
or aResourceQuery
, but not both.
getConfiguration
in interface CfnGroupProps
public final java.lang.String getDescription()
CfnGroupProps
getDescription
in interface CfnGroupProps
public final java.lang.Object getResourceQuery()
CfnGroupProps
For more information about queries and how to construct them, see Build queries and groups in AWS Resource Groups in the AWS Resource Groups User Guide
- You can include either a
ResourceQuery
or aConfiguration
, but not both.- You can specify the group's membership either by using a
ResourceQuery
or by using a list ofResources
, but not both.
getResourceQuery
in interface CfnGroupProps
public final java.util.List<java.lang.String> getResources()
CfnGroupProps
- You can specify the group membership either by using a list of
Resources
or by using aResourceQuery
, but not both.- You can include a
Resources
property only if you also specify aConfiguration
property.
getResources
in interface CfnGroupProps
public final java.util.List<CfnTag> getTags()
CfnGroupProps
getTags
in interface CfnGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()