Class CfnUserProfile.SharingSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.SharingSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfile.SharingSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfile.SharingSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.SharingSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.SharingSettingsProperty
An implementation for
CfnUserProfile.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.CfnUserProfile.SharingSettingsProperty
CfnUserProfile.SharingSettingsProperty.Builder, CfnUserProfile.SharingSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserProfile.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 theCfnUserProfile.SharingSettingsProperty.Builder
.
-
-
Method Details
-
getNotebookOutputOption
Description copied from interface:CfnUserProfile.SharingSettingsProperty
Whether to include the notebook cell output when sharing the notebook.The default is
Disabled
.- Specified by:
getNotebookOutputOption
in interfaceCfnUserProfile.SharingSettingsProperty
- See Also:
-
getS3KmsKeyId
Description copied from interface:CfnUserProfile.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 interfaceCfnUserProfile.SharingSettingsProperty
- See Also:
-
getS3OutputPath
Description copied from interface:CfnUserProfile.SharingSettingsProperty
WhenNotebookOutputOption
isAllowed
, the Amazon S3 bucket used to store the shared notebook snapshots.- Specified by:
getS3OutputPath
in interfaceCfnUserProfile.SharingSettingsProperty
- See Also:
-
$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()
-