AWS::DataBrew::Dataset FormatOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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