| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
Group.Builder.create(software.constructs.Construct scope,
String id) |
Group.Builder |
Group.Builder.groupName(String groupName)
(experimental) A name for the IAM group.
|
Group.Builder |
Group.Builder.managedPolicies(List<? extends IManagedPolicy> managedPolicies)
(experimental) A list of managed policies associated with this role.
|
Group.Builder |
Group.Builder.path(String path)
(experimental) The path to the group.
|
Copyright © 2021. All rights reserved.