Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-notebookexecution-notebooks3location.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-notebookexecution-notebooks3location.html#cfn-emr-notebookexecution-notebooks3location-bucket

Key

The key to the Amazon S3 location that stores the notebook execution input.

string? Key { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-notebookexecution-notebooks3location.html#cfn-emr-notebookexecution-notebooks3location-key

Back to top Generated by DocFX