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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnDomain.SharingSettingsProperty
CfnDomain.SharingSettingsProperty.Builder, CfnDomain.SharingSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.SharingSettingsProperty.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 StringWhether to include the notebook cell output when sharing the notebook.final StringWhenNotebookOutputOptionisAllowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.final StringWhenNotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.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 theCfnDomain.SharingSettingsProperty.Builder.
-
-
Method Details
-
getNotebookOutputOption
Description copied from interface:CfnDomain.SharingSettingsPropertyWhether to include the notebook cell output when sharing the notebook.The default is
Disabled.- Specified by:
getNotebookOutputOptionin interfaceCfnDomain.SharingSettingsProperty- See Also:
-
getS3KmsKeyId
Description copied from interface:CfnDomain.SharingSettingsPropertyWhenNotebookOutputOptionisAllowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.- Specified by:
getS3KmsKeyIdin interfaceCfnDomain.SharingSettingsProperty- See Also:
-
getS3OutputPath
Description copied from interface:CfnDomain.SharingSettingsPropertyWhenNotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.- Specified by:
getS3OutputPathin interfaceCfnDomain.SharingSettingsProperty- 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()
-