public static final class CfnUserProfile.SharingSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProfile.SharingSettingsProperty
CfnUserProfile.SharingSettingsProperty
CfnUserProfile.SharingSettingsProperty.Builder, CfnUserProfile.SharingSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getNotebookOutputOption()
Whether to include the notebook cell output when sharing the notebook.
|
java.lang.String |
getS3KmsKeyId()
When `NotebookOutputOption` is `Allowed` , the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
|
java.lang.String |
getS3OutputPath()
When `NotebookOutputOption` is `Allowed` , the Amazon S3 bucket used to store the shared notebook snapshots.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getNotebookOutputOption()
CfnUserProfile.SharingSettingsProperty
The default is Disabled
.
getNotebookOutputOption
in interface CfnUserProfile.SharingSettingsProperty
public final java.lang.String getS3KmsKeyId()
CfnUserProfile.SharingSettingsProperty
getS3KmsKeyId
in interface CfnUserProfile.SharingSettingsProperty
public final java.lang.String getS3OutputPath()
CfnUserProfile.SharingSettingsProperty
getS3OutputPath
in interface CfnUserProfile.SharingSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()