public static final class CfnStudioProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStudioProps
CfnStudioProps
CfnStudioProps.Builder, CfnStudioProps.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.String |
getAdminRoleArn()
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
java.lang.String |
getDisplayName()
A friendly name for the studio.
|
java.lang.Object |
getStudioEncryptionConfiguration()
Configuration of the encryption method that is used for the studio.
|
java.lang.String |
getStudioName()
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String |
getUserRoleArn()
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
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 getAdminRoleArn()
CfnStudioProps
getAdminRoleArn
in interface CfnStudioProps
public final java.lang.String getDisplayName()
CfnStudioProps
getDisplayName
in interface CfnStudioProps
public final java.lang.String getStudioName()
CfnStudioProps
getStudioName
in interface CfnStudioProps
public final java.lang.String getUserRoleArn()
CfnStudioProps
getUserRoleArn
in interface CfnStudioProps
public final java.lang.Object getStudioEncryptionConfiguration()
CfnStudioProps
getStudioEncryptionConfiguration
in interface CfnStudioProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnStudioProps
For more information, see Tag .
getTags
in interface CfnStudioProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()