@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.404Z") @Stability(value=Experimental) public interface GroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GroupProps.Builder
A builder for
GroupProps |
static class |
GroupProps.Jsii$Proxy
An implementation for
GroupProps |
| Modifier and Type | Method and Description |
|---|---|
static GroupProps.Builder |
builder() |
default String |
getGroupName()
(experimental) A name for the IAM group.
|
default List<IManagedPolicy> |
getManagedPolicies()
(experimental) A list of managed policies associated with this role.
|
default String |
getPath()
(experimental) The path to the group.
|
@Stability(value=Experimental) @Nullable default String getGroupName()
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)
@Stability(value=Experimental) @Nullable default List<IManagedPolicy> getManagedPolicies()
You can add managed policies later using
addManagedPolicy(ManagedPolicy.fromAwsManagedPolicyName(policyName)).
Default: - No managed policies.
@Stability(value=Experimental) @Nullable default String getPath()
For more information about paths, see IAM Identifiers in the IAM User Guide.
Default: /
@Stability(value=Experimental) static GroupProps.Builder builder()
GroupProps.Builder of GroupPropsCopyright © 2021. All rights reserved.