Class CfnGroupProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnGroupProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGroupProps
CfnGroupProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnGroupPropsCfnGroupProps.Builder, CfnGroupProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe group version to include when the group is created.final StringgetName()The name of the group.final StringThe Amazon Resource Name (ARN) of the IAM role attached to the group.final ObjectgetTags()Application-specific metadata to attach to the group.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnGroupProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnGroupPropsThe name of the group.- Specified by:
- getNamein interface- CfnGroupProps
 
- 
getInitialVersionDescription copied from interface:CfnGroupPropsThe group version to include when the group is created.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::GroupVersionresource and specify the ID of this group.- Specified by:
- getInitialVersionin interface- CfnGroupProps
 
- 
getRoleArnDescription copied from interface:CfnGroupPropsThe Amazon Resource Name (ARN) of the IAM role attached to the group.This role contains the permissions that Lambda functions and connectors use to interact with other AWS services. - Specified by:
- getRoleArnin interface- CfnGroupProps
 
- 
getTagsDescription copied from interface:CfnGroupPropsApplication-specific metadata to attach to the group.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 Jsonproperty type is processed as a map of key-value pairs. It uses the following format, which is different from mostTagsimplementations in AWS CloudFormation templates."Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value" }- Specified by:
- getTagsin interface- CfnGroupProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-