@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.578Z") @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 String |
getHomeDirectory()
`AWS::Transfer::User.HomeDirectory`.
|
default Object |
getHomeDirectoryMappings()
`AWS::Transfer::User.HomeDirectoryMappings`.
|
default String |
getHomeDirectoryType()
`AWS::Transfer::User.HomeDirectoryType`.
|
default String |
getPolicy()
`AWS::Transfer::User.Policy`.
|
default Object |
getPosixProfile()
`AWS::Transfer::User.PosixProfile`.
|
String |
getRole()
`AWS::Transfer::User.Role`.
|
String |
getServerId()
`AWS::Transfer::User.ServerId`.
|
default List<String> |
getSshPublicKeys()
`AWS::Transfer::User.SshPublicKeys`.
|
default List<CfnTag> |
getTags()
`AWS::Transfer::User.Tags`.
|
String |
getUserName()
`AWS::Transfer::User.UserName`.
|
@Stability(value=Stable) @NotNull String getRole()
@Stability(value=Stable) @NotNull String getServerId()
@Stability(value=Stable) @NotNull String getUserName()
@Stability(value=Stable) @Nullable default String getHomeDirectory()
@Stability(value=Stable) @Nullable default Object getHomeDirectoryMappings()
@Stability(value=Stable) @Nullable default String getHomeDirectoryType()
@Stability(value=Stable) @Nullable default String getPolicy()
@Stability(value=Stable) @Nullable default Object getPosixProfile()
@Stability(value=Stable) @Nullable default List<String> getSshPublicKeys()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnUserProps.Builder builder()
CfnUserProps.Builder of CfnUserPropsCopyright © 2021. All rights reserved.