@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:37.908Z") @Stability(value=Stable) public interface CfnUserProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProps.Builder
A builder for
CfnUserProps |
static class |
CfnUserProps.Jsii$Proxy
An implementation for
CfnUserProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProps.Builder |
builder() |
default List<String> |
getGroups()
`AWS::IAM::User.Groups`.
|
default Object |
getLoginProfile()
`AWS::IAM::User.LoginProfile`.
|
default List<String> |
getManagedPolicyArns()
`AWS::IAM::User.ManagedPolicyArns`.
|
default String |
getPath()
`AWS::IAM::User.Path`.
|
default String |
getPermissionsBoundary()
`AWS::IAM::User.PermissionsBoundary`.
|
default Object |
getPolicies()
`AWS::IAM::User.Policies`.
|
default List<CfnTag> |
getTags()
`AWS::IAM::User.Tags`.
|
default String |
getUserName()
`AWS::IAM::User.UserName`.
|
@Stability(value=Stable) @Nullable default List<String> getGroups()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-groups@Stability(value=Stable) @Nullable default Object getLoginProfile()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-loginprofile@Stability(value=Stable) @Nullable default List<String> getManagedPolicyArns()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-managepolicyarns@Stability(value=Stable) @Nullable default String getPath()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-path@Stability(value=Stable) @Nullable default String getPermissionsBoundary()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-permissionsboundary@Stability(value=Stable) @Nullable default Object getPolicies()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-policies@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-tags@Stability(value=Stable) @Nullable default String getUserName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html#cfn-iam-user-username@Stability(value=Stable) static CfnUserProps.Builder builder()
CfnUserProps.Builder of CfnUserPropsCopyright © 2020. All rights reserved.