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::CleanRooms::ConfiguredTable AthenaTableReference
A reference to a table within Athena.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DatabaseName" :String, "OutputLocation" :String, "TableName" :String, "WorkGroup" :String}
YAML
DatabaseName:StringOutputLocation:StringTableName:StringWorkGroup:String
Properties
- DatabaseName
- 
                    The database name. Required: Yes Type: String Maximum: 128Update requires: No interruption 
- OutputLocation
- 
                    The output location for the Athena table. Required: No Type: String Minimum: 8Maximum: 1024Update requires: No interruption 
- TableName
- 
                    The table reference. Required: Yes Type: String Maximum: 128Update requires: No interruption 
- WorkGroup
- 
                    The workgroup of the Athena table reference. Required: Yes Type: String Minimum: 1Maximum: 128Update requires: No interruption