AWS::BCMDataExports::Export DataQuery - 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::BCMDataExports::Export DataQuery

The SQL query of column selections and row filters from the data table you want.

Syntax

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

JSON

{ "QueryStatement" : String, "TableConfigurations" : {Key: Value, ...} }

YAML

QueryStatement: String TableConfigurations: Key: Value

Properties

QueryStatement

The query statement.

Required: Yes

Type: String

Pattern: ^[\S\s]*$

Minimum: 1

Maximum: 36000

Update requires: No interruption

TableConfigurations

The table configuration.

Required: No

Type: Object of String

Pattern: ^[\S\s]*$

Minimum: 0

Maximum: 1024

Update requires: Replacement