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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnUserProfile.SharingSettingsProperty
CfnUserProfile.SharingSettingsProperty.Builder, CfnUserProfile.SharingSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfile.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 theCfnUserProfile.SharingSettingsProperty.Builder.
-
-
Method Details
-
getNotebookOutputOption
Description copied from interface:CfnUserProfile.SharingSettingsPropertyWhether to include the notebook cell output when sharing the notebook.The default is
Disabled.- Specified by:
getNotebookOutputOptionin interfaceCfnUserProfile.SharingSettingsProperty
-
getS3KmsKeyId
Description copied from interface:CfnUserProfile.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 interfaceCfnUserProfile.SharingSettingsProperty
-
getS3OutputPath
Description copied from interface:CfnUserProfile.SharingSettingsPropertyWhenNotebookOutputOptionisAllowed, the Amazon S3 bucket used to store the shared notebook snapshots.- Specified by:
getS3OutputPathin interfaceCfnUserProfile.SharingSettingsProperty
-
$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()
-