Class CfnGroupProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnGroupProps.Jsii$Proxy
All Implemented Interfaces:
CfnGroupProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnGroupProps

@Stability(Stable) @Internal public static final class CfnGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGroupProps
An implementation for CfnGroupProps
  • 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.greengrass.CfnGroupProps

    CfnGroupProps.Builder, CfnGroupProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnGroupProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    The group version to include when the group is created.
    final String
    The name of the group.
    final String
    The Amazon Resource Name (ARN) of the IAM role attached to the group.
    final Object
    Application-specific metadata to attach to the group.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnGroupProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnGroupProps
      The name of the group.
      Specified by:
      getName in interface CfnGroupProps
    • getInitialVersion

      public final Object getInitialVersion()
      Description copied from interface: CfnGroupProps
      The 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::GroupVersion resource and specify the ID of this group.

      Specified by:
      getInitialVersion in interface CfnGroupProps
    • getRoleArn

      public final String getRoleArn()
      Description copied from interface: CfnGroupProps
      The 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:
      getRoleArn in interface CfnGroupProps
    • getTags

      public final Object getTags()
      Description copied from interface: CfnGroupProps
      Application-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 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"
       }
       
      Specified by:
      getTags in interface CfnGroupProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object