@Generated(value="jsii-pacmak/0.12.1 (build 3ce4842)", date="2019-06-25T14:03:00.910Z") @Stability(value=Stable) 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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProps.Builder |
builder() |
String |
getHomeDirectory()
`AWS::Transfer::User.HomeDirectory`.
|
String |
getPolicy()
`AWS::Transfer::User.Policy`.
|
String |
getRole()
`AWS::Transfer::User.Role`.
|
String |
getServerId()
`AWS::Transfer::User.ServerId`.
|
List<String> |
getSshPublicKeys()
`AWS::Transfer::User.SshPublicKeys`.
|
List<software.amazon.awscdk.core.CfnTag> |
getTags()
`AWS::Transfer::User.Tags`.
|
String |
getUserName()
`AWS::Transfer::User.UserName`.
|
@Stability(value=Stable) String getRole()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-role@Stability(value=Stable) String getServerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-serverid@Stability(value=Stable) String getUserName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-username@Stability(value=Stable) String getHomeDirectory()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-homedirectory@Stability(value=Stable) String getPolicy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-policy@Stability(value=Stable) List<String> getSshPublicKeys()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-sshpublickeys@Stability(value=Stable) List<software.amazon.awscdk.core.CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-user.html#cfn-transfer-user-tags@Stability(value=Stable) static CfnUserProps.Builder builder()
CfnUserProps.Builder of CfnUserPropsCopyright © 2019. All rights reserved.