Class CfnStudioProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.nimblestudio.CfnStudioProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnStudioProps
@Stability(Stable)
@Internal
public static final class CfnStudioProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStudioProps
An implementation for
CfnStudioProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.nimblestudio.CfnStudioProps
CfnStudioProps.Builder, CfnStudioProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStudioProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStudioProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe IAM role that studio admins assume when logging in to the Nimble Studio portal.final StringA friendly name for the studio.final ObjectConfiguration of the encryption method that is used for the studio.final StringThe name of the studio, as included in the URL when accessing it in the Nimble Studio portal.getTags()An array of key-value pairs to apply to this resource.final StringThe IAM role that studio users assume when logging in to the Nimble Studio portal.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStudioProps.Builder.
-
-
Method Details
-
getAdminRoleArn
Description copied from interface:CfnStudioPropsThe IAM role that studio admins assume when logging in to the Nimble Studio portal.- Specified by:
getAdminRoleArnin interfaceCfnStudioProps
-
getDisplayName
Description copied from interface:CfnStudioPropsA friendly name for the studio.- Specified by:
getDisplayNamein interfaceCfnStudioProps
-
getStudioName
Description copied from interface:CfnStudioPropsThe name of the studio, as included in the URL when accessing it in the Nimble Studio portal.- Specified by:
getStudioNamein interfaceCfnStudioProps
-
getUserRoleArn
Description copied from interface:CfnStudioPropsThe IAM role that studio users assume when logging in to the Nimble Studio portal.- Specified by:
getUserRoleArnin interfaceCfnStudioProps
-
getStudioEncryptionConfiguration
Description copied from interface:CfnStudioPropsConfiguration of the encryption method that is used for the studio.- Specified by:
getStudioEncryptionConfigurationin interfaceCfnStudioProps
-
getTags
Description copied from interface:CfnStudioPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnStudioProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-