@Stability(value=Stable) @Internal public static final class GroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GroupProps
GroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeGroupProps.Builder, GroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GroupProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getGroupName()
A name for the IAM group.
|
List<IManagedPolicy> |
getManagedPolicies()
A list of managed policies associated with this role.
|
String |
getPath()
The path to the group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(GroupProps.Builder builder)
GroupProps.Builder.public final String getGroupName()
GroupPropsFor 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)
getGroupName in interface GroupPropspublic final List<IManagedPolicy> getManagedPolicies()
GroupProps
You can add managed policies later using
addManagedPolicy(ManagedPolicy.fromAwsManagedPolicyName(policyName)).
Default: - No managed policies.
getManagedPolicies in interface GroupPropspublic final String getPath()
GroupPropsFor more information about paths, see IAM Identifiers in the IAM User Guide.
Default: /
getPath in interface GroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.