| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static User.Builder |
User.Builder.create(software.constructs.Construct scope,
String id) |
User.Builder |
User.Builder.groups(List<? extends IGroup> groups)
(experimental) Groups to add this user to.
|
User.Builder |
User.Builder.managedPolicies(List<? extends IManagedPolicy> managedPolicies)
(experimental) A list of managed policies associated with this role.
|
User.Builder |
User.Builder.password(SecretValue password)
(experimental) The password for the user.
|
User.Builder |
User.Builder.passwordResetRequired(Boolean passwordResetRequired)
(experimental) Specifies whether the user is required to set a new password the next time the user logs in to the AWS Management Console.
|
User.Builder |
User.Builder.path(String path)
(experimental) The path for the user name.
|
User.Builder |
User.Builder.permissionsBoundary(IManagedPolicy permissionsBoundary)
(experimental) AWS supports permissions boundaries for IAM entities (users or roles).
|
User.Builder |
User.Builder.userName(String userName)
(experimental) A name for the IAM user.
|
Copyright © 2021. All rights reserved.