Interface CfnNotebookExecution.NotebookS3LocationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNotebookExecution.NotebookS3LocationProperty.Jsii$Proxy
Enclosing class:
CfnNotebookExecution

@Stability(Stable) public static interface CfnNotebookExecution.NotebookS3LocationProperty extends software.amazon.jsii.JsiiSerializable
The Amazon S3 location that stores the notebook execution input.

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.*;
 NotebookS3LocationProperty notebookS3LocationProperty = NotebookS3LocationProperty.builder()
         .bucket("bucket")
         .key("key")
         .build();
 

See Also: