Interface CfnNotebookExecution.OutputNotebookS3LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNotebookExecution.OutputNotebookS3LocationProperty.Jsii$Proxy
- Enclosing class:
CfnNotebookExecution
@Stability(Stable)
public static interface CfnNotebookExecution.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.services.emr.*;
OutputNotebookS3LocationProperty outputNotebookS3LocationProperty = OutputNotebookS3LocationProperty.builder()
.bucket("bucket")
.key("key")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNotebookExecution.OutputNotebookS3LocationPropertystatic final classAn implementation forCfnNotebookExecution.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
-