| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnUser.Builder |
CfnUser.Builder.create(software.constructs.Construct scope,
String id) |
CfnUser.Builder |
CfnUser.Builder.groups(List<String> groups)
A list of group names to which you want to add the user.
|
CfnUser.Builder |
CfnUser.Builder.loginProfile(CfnUser.LoginProfileProperty loginProfile)
Creates a password for the specified IAM user.
|
CfnUser.Builder |
CfnUser.Builder.loginProfile(IResolvable loginProfile)
Creates a password for the specified IAM user.
|
CfnUser.Builder |
CfnUser.Builder.managedPolicyArns(List<String> managedPolicyArns)
A list of Amazon Resource Names (ARNs) of the IAM managed policies that you want to attach to the user.
|
CfnUser.Builder |
CfnUser.Builder.path(String path)
The path for the user name.
|
CfnUser.Builder |
CfnUser.Builder.permissionsBoundary(String permissionsBoundary)
The ARN of the policy that is used to set the permissions boundary for the user.
|
CfnUser.Builder |
CfnUser.Builder.policies(IResolvable policies)
Adds or updates an inline policy document that is embedded in the specified IAM user.
|
CfnUser.Builder |
CfnUser.Builder.policies(List<? extends Object> policies)
Adds or updates an inline policy document that is embedded in the specified IAM user.
|
CfnUser.Builder |
CfnUser.Builder.tags(List<? extends CfnTag> tags)
A list of tags that you want to attach to the new user.
|
CfnUser.Builder |
CfnUser.Builder.userName(String userName)
The name of the user to create.
|
Copyright © 2022. All rights reserved.