| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnUserToGroupAddition.Builder |
CfnUserToGroupAddition.Builder.create(software.constructs.Construct scope,
String id) |
CfnUserToGroupAddition.Builder |
CfnUserToGroupAddition.Builder.groupName(String groupName)
The name of the group to update.
|
CfnUserToGroupAddition.Builder |
CfnUserToGroupAddition.Builder.users(List<String> users)
A list of the names of the users that you want to add to the group.
|
Copyright © 2022. All rights reserved.