This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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 AWS CloudFormation template, use the following syntax:
JSON
{ "QueryStatement" :String, "TableConfigurations" :{}Key:Value, ...}
YAML
QueryStatement:StringTableConfigurations:Key:Value
Properties
- QueryStatement
- 
                    The query statement. Required: Yes Type: String Pattern: ^[\S\s]*$Minimum: 1Maximum: 36000Update requires: No interruption 
- TableConfigurations
- 
                    The table configuration. Required: No Type: Object of String Pattern: ^[\S\s]*$Minimum: 0Maximum: 16384Update requires: Replacement