public static final class CfnUserProfileProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProfileProps
CfnUserProfileProps
CfnUserProfileProps.Builder, CfnUserProfileProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAllowSelfManagement()
Whether users can specify their own SSH public key through the My Settings page.
|
java.lang.String |
getIamUserArn()
The user's IAM ARN.
|
java.lang.String |
getSshPublicKey()
The user's SSH public key.
|
java.lang.String |
getSshUsername()
The user's SSH user name.
|
int |
hashCode() |
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.public final java.lang.String getIamUserArn()
CfnUserProfileProps
getIamUserArn
in interface CfnUserProfileProps
public final java.lang.Object getAllowSelfManagement()
CfnUserProfileProps
For more information, see Managing User Permissions .
getAllowSelfManagement
in interface CfnUserProfileProps
public final java.lang.String getSshPublicKey()
CfnUserProfileProps
getSshPublicKey
in interface CfnUserProfileProps
public final java.lang.String getSshUsername()
CfnUserProfileProps
getSshUsername
in interface CfnUserProfileProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()