@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.251Z") @Stability(value=Stable) public interface CfnUserProps extends software.amazon.jsii.JsiiSerializable
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()
@Stability(value=Stable) @Nullable default Object getLoginProfile()
@Stability(value=Stable) @Nullable default List<String> getManagedPolicyArns()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) @Nullable default String getPermissionsBoundary()
@Stability(value=Stable) @Nullable default Object getPolicies()
@Stability(value=Stable) @Nullable default String getUserName()
@Stability(value=Stable) static CfnUserProps.Builder builder()
CfnUserProps.Builder
of CfnUserProps
Copyright © 2021. All rights reserved.