Class CfnStudioMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStudioMixinProps
@Stability(Stable)
@Internal
public static final class CfnStudioMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStudioMixinProps
An implementation for
CfnStudioMixinProps-
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.cfnpropertymixins.services.nimblestudio.CfnStudioMixinProps
CfnStudioMixinProps.Builder, CfnStudioMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStudioMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStudioMixinProps.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 theCfnStudioMixinProps.Builder.
-
-
Method Details
-
getAdminRoleArn
Description copied from interface:CfnStudioMixinPropsThe IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
.- Specified by:
getAdminRoleArnin interfaceCfnStudioMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnStudioMixinPropsA friendly name for the studio.
.- Specified by:
getDisplayNamein interfaceCfnStudioMixinProps- See Also:
-
getStudioEncryptionConfiguration
Description copied from interface:CfnStudioMixinPropsConfiguration of the encryption method that is used for the studio.
.Returns union: either
IResolvableorCfnStudioPropsMixin.StudioEncryptionConfigurationProperty- Specified by:
getStudioEncryptionConfigurationin interfaceCfnStudioMixinProps- See Also:
-
getStudioName
Description copied from interface:CfnStudioMixinPropsThe studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
.- Specified by:
getStudioNamein interfaceCfnStudioMixinProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnStudioMixinProps- See Also:
-
getUserRoleArn
Description copied from interface:CfnStudioMixinPropsThe IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
.- Specified by:
getUserRoleArnin interfaceCfnStudioMixinProps- 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()
-