Uses of Class
software.amazon.awscdk.services.iam.CfnUser.Builder
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of CfnUser.Builder in software.amazon.awscdk.services.iam
Modifier and TypeMethodDescriptionstatic CfnUser.Builder
A list of group names to which you want to add the user.CfnUser.Builder.loginProfile
(IResolvable loginProfile) Creates a password for the specified IAM user.CfnUser.Builder.loginProfile
(CfnUser.LoginProfileProperty loginProfile) Creates a password for the specified IAM user.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.The path for the user name.CfnUser.Builder.permissionsBoundary
(String permissionsBoundary) The ARN of the managed policy that is used to set the permissions boundary for the user.Adds or updates an inline policy document that is embedded in the specified IAM user.CfnUser.Builder.policies
(IResolvable policies) Adds or updates an inline policy document that is embedded in the specified IAM user.A list of tags that you want to attach to the new user.The name of the user to create.