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 |
getInitialVersion()
The group version to include when the group is created.
|
java.lang.String |
getName()
The name of the group.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role attached to the group.
|
java.lang.Object |
getTags()
Application-specific metadata to attach to the 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
getName
in interface CfnGroupProps
public final java.lang.Object getInitialVersion()
CfnGroupProps
A group version references the Amazon Resource Name (ARN) of a core definition version, device definition version, subscription definition version, and other version types. The group version must reference a core definition version that contains one core. Other version types are optionally included, depending on your business need.
To associate a group version after the group is created, create an
AWS::Greengrass::GroupVersion
resource and specify the ID of this group.
getInitialVersion
in interface CfnGroupProps
public final java.lang.String getRoleArn()
CfnGroupProps
This role contains the permissions that Lambda functions and connectors use to interact with other AWS services.
getRoleArn
in interface CfnGroupProps
public final java.lang.Object getTags()
CfnGroupProps
You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .
This Json
property type is processed as a map of key-value pairs. It uses the following format, which is different from most Tags
implementations in AWS CloudFormation templates.
"Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }
getTags
in interface CfnGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()