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 ObjectThe IAM role that Studio Admins will 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 studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.getTags()final ObjectThe IAM role that Studio Users will 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 will assume when logging in to the Nimble Studio portal.
.- Specified by:
getAdminRoleArnin interfaceCfnStudioProps- See Also:
-
getDisplayName
Description copied from interface:CfnStudioPropsA friendly name for the studio.
.- Specified by:
getDisplayNamein interfaceCfnStudioProps- See Also:
-
getStudioName
Description copied from interface:CfnStudioPropsThe studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
.- Specified by:
getStudioNamein interfaceCfnStudioProps- See Also:
-
getUserRoleArn
Description copied from interface:CfnStudioPropsThe IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
.- Specified by:
getUserRoleArnin interfaceCfnStudioProps- See Also:
-
getStudioEncryptionConfiguration
Description copied from interface:CfnStudioPropsConfiguration of the encryption method that is used for the studio.
.Returns union: either
IResolvableorCfnStudio.StudioEncryptionConfigurationProperty- Specified by:
getStudioEncryptionConfigurationin interfaceCfnStudioProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnStudioProps- See Also:
-
$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()
-