AWS::DataBrew::Dataset FormatOptions - AWS CloudFormation

AWS::DataBrew::Dataset FormatOptions

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

Csv

Options that define how CSV input is to be interpreted by DataBrew.

Required: No

Type: CsvOptions

Update requires: No interruption

Excel

Options that define how Excel input is to be interpreted by DataBrew.

Required: No

Type: ExcelOptions

Update requires: No interruption

Json

Options that define how JSON input is to be interpreted by DataBrew.

Required: No

Type: JsonOptions

Update requires: No interruption