Class GroupProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the GroupProps.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 String
    A name for the IAM group.
    A list of managed policies associated with this role.
    final String
    The path 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(GroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GroupProps.Builder.
  • Method Details

    • getGroupName

      public final String getGroupName()
      Description copied from interface: GroupProps
      A name for the IAM group.

      For valid values, see the GroupName parameter for the CreateGroup action in the IAM API Reference. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.

      If you specify a name, you must specify the CAPABILITY_NAMED_IAM value to acknowledge your template's capabilities. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

      Default: Generated by CloudFormation (recommended)

      Specified by:
      getGroupName in interface GroupProps
    • getManagedPolicies

      public final List<IManagedPolicy> getManagedPolicies()
      Description copied from interface: GroupProps
      A list of managed policies associated with this role.

      You can add managed policies later using addManagedPolicy(ManagedPolicy.fromAwsManagedPolicyName(policyName)).

      Default: - No managed policies.

      Specified by:
      getManagedPolicies in interface GroupProps
    • getPath

      public final String getPath()
      Description copied from interface: GroupProps
      The path to the group.

      For more information about paths, see IAM Identifiers in the IAM User Guide.

      Default: /

      Specified by:
      getPath in interface GroupProps
    • $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