Class CfnDomain.SharingSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDomain.SharingSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.SharingSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.SharingSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.SharingSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.SharingSettingsProperty
An implementation for
CfnDomain.SharingSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnDomain.SharingSettingsProperty
CfnDomain.SharingSettingsProperty.Builder, CfnDomain.SharingSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.SharingSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Whether to include the notebook cell output when sharing the notebook.final String
WhenNotebookOutputOption
isAllowed
, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.final String
WhenNotebookOutputOption
isAllowed
, the Amazon S3 bucket used to store the shared notebook snapshots.final int
hashCode()
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 theCfnDomain.SharingSettingsProperty.Builder
.
-
-
Method Details
-
getNotebookOutputOption
Description copied from interface:CfnDomain.SharingSettingsProperty
Whether to include the notebook cell output when sharing the notebook.The default is
Disabled
.- Specified by:
getNotebookOutputOption
in interfaceCfnDomain.SharingSettingsProperty
-
getS3KmsKeyId
Description copied from interface:CfnDomain.SharingSettingsProperty
WhenNotebookOutputOption
isAllowed
, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.- Specified by:
getS3KmsKeyId
in interfaceCfnDomain.SharingSettingsProperty
-
getS3OutputPath
Description copied from interface:CfnDomain.SharingSettingsProperty
WhenNotebookOutputOption
isAllowed
, the Amazon S3 bucket used to store the shared notebook snapshots.- Specified by:
getS3OutputPath
in interfaceCfnDomain.SharingSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-