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: