Interface CfnNotebookExecutionPropsMixin.INotebookS3LocationProperty
The Amazon S3 location that stores the notebook execution input.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EMR
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnNotebookExecutionPropsMixin.INotebookS3LocationProperty
Syntax (vb)
Public Interface CfnNotebookExecutionPropsMixin.INotebookS3LocationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EMR;
var notebookS3LocationProperty = new NotebookS3LocationProperty {
Bucket = "bucket",
Key = "key"
};
Synopsis
Properties
| Bucket | The Amazon S3 bucket that stores the notebook execution input. |
| Key | The key to the Amazon S3 location that stores the notebook execution input. |
Properties
Bucket
The Amazon S3 bucket that stores the notebook execution input.
string? Bucket { get; }
Property Value
Remarks
Key
The key to the Amazon S3 location that stores the notebook execution input.
string? Key { get; }