@Stability(value=Stable) @Internal public static final class CfnUserProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProps
CfnUserProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnUserProps.Builder, CfnUserProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String role,
String serverId,
String userName,
String homeDirectory,
Object homeDirectoryMappings,
String homeDirectoryType,
String policy,
Object posixProfile,
List<String> sshPublicKeys,
List<? extends CfnTag> tags)
Constructor that initializes the object based on literal property values passed by the
CfnUserProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getHomeDirectory()
`AWS::Transfer::User.HomeDirectory`.
|
Object |
getHomeDirectoryMappings()
`AWS::Transfer::User.HomeDirectoryMappings`.
|
String |
getHomeDirectoryType()
`AWS::Transfer::User.HomeDirectoryType`.
|
String |
getPolicy()
`AWS::Transfer::User.Policy`.
|
Object |
getPosixProfile()
`AWS::Transfer::User.PosixProfile`.
|
String |
getRole()
`AWS::Transfer::User.Role`.
|
String |
getServerId()
`AWS::Transfer::User.ServerId`.
|
List<String> |
getSshPublicKeys()
`AWS::Transfer::User.SshPublicKeys`.
|
List<CfnTag> |
getTags()
`AWS::Transfer::User.Tags`.
|
String |
getUserName()
`AWS::Transfer::User.UserName`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String role, String serverId, String userName, String homeDirectory, Object homeDirectoryMappings, String homeDirectoryType, String policy, Object posixProfile, List<String> sshPublicKeys, List<? extends CfnTag> tags)
CfnUserProps.Builder
.public final String getRole()
CfnUserProps
getRole
in interface CfnUserProps
public final String getServerId()
CfnUserProps
getServerId
in interface CfnUserProps
public final String getUserName()
CfnUserProps
getUserName
in interface CfnUserProps
public final String getHomeDirectory()
CfnUserProps
getHomeDirectory
in interface CfnUserProps
public final Object getHomeDirectoryMappings()
CfnUserProps
getHomeDirectoryMappings
in interface CfnUserProps
public final String getHomeDirectoryType()
CfnUserProps
getHomeDirectoryType
in interface CfnUserProps
public final String getPolicy()
CfnUserProps
getPolicy
in interface CfnUserProps
public final Object getPosixProfile()
CfnUserProps
getPosixProfile
in interface CfnUserProps
public final List<String> getSshPublicKeys()
CfnUserProps
getSshPublicKeys
in interface CfnUserProps
public final List<CfnTag> getTags()
CfnUserProps
getTags
in interface CfnUserProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.