Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnUserPropsMixin.Builder
Packages that use CfnUserPropsMixin.Builder
-
Uses of CfnUserPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iam
Methods in software.amazon.awscdk.cfnpropertymixins.services.iam that return CfnUserPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create()static CfnUserPropsMixin.BuilderCfnUserPropsMixin.Builder.create(CfnPropertyMixinOptions options) A list of group names to which you want to add the user.CfnUserPropsMixin.Builder.loginProfile(CfnUserPropsMixin.LoginProfileProperty loginProfile) Creates a password for the specified IAM user.CfnUserPropsMixin.Builder.loginProfile(IResolvable loginProfile) Creates a password for the specified IAM user.CfnUserPropsMixin.Builder.managedPolicyArns(List<? extends Object> 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.CfnUserPropsMixin.Builder.permissionsBoundary(String permissionsBoundary) The ARN of the managed policy that is used to set the permissions boundary for the user.CfnUserPropsMixin.Builder.permissionsBoundary(IManagedPolicyRef 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.CfnUserPropsMixin.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.