AWS::DataBrew::Dataset FormatOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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