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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGroupProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theGroupProps.Builder
.
-
-
Method Details
-
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 interfaceGroupProps
-
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 interfaceGroupProps
-
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 interfaceGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-