Interface CfnNotebookExecutionPropsMixin.OutputNotebookS3LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNotebookExecutionPropsMixin.OutputNotebookS3LocationProperty.Jsii$Proxy
- Enclosing class:
CfnNotebookExecutionPropsMixin
@Stability(Stable)
public static interface CfnNotebookExecutionPropsMixin.OutputNotebookS3LocationProperty
extends software.amazon.jsii.JsiiSerializable
The Amazon S3 location for the notebook execution output.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.emr.*;
OutputNotebookS3LocationProperty outputNotebookS3LocationProperty = OutputNotebookS3LocationProperty.builder()
.bucket("bucket")
.key("key")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnNotebookExecutionPropsMixin.OutputNotebookS3LocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
The Amazon S3 bucket that stores the notebook execution output.- See Also:
-
getKey
The key to the Amazon S3 location that stores the notebook execution output.- See Also:
-
builder
@Stability(Stable) static CfnNotebookExecutionPropsMixin.OutputNotebookS3LocationProperty.Builder builder()
-