@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:40.930Z") @Stability(value=External) public interface CfnUserProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-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 String |
getHomeDirectory()
`AWS::Transfer::User.HomeDirectory`.
|
default String |
getPolicy()
`AWS::Transfer::User.Policy`.
|
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=External) String getRole()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role@Stability(value=External) String getServerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid@Stability(value=External) String getUserName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username@Stability(value=External) default String getHomeDirectory()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory@Stability(value=External) default String getPolicy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy@Stability(value=External) default List<String> getSshPublicKeys()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-sshpublickeys@Stability(value=External) default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-tags@Stability(value=External) static CfnUserProps.Builder builder()
CfnUserProps.Builder of CfnUserPropsCopyright © 2019. All rights reserved.