This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CleanRooms::ConfiguredTable GlueTableReference
A reference to a table within an Amazon Glue data catalog.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DatabaseName" :String, "Region" :String, "TableName" :String}
YAML
DatabaseName:StringRegion:StringTableName:String
Properties
DatabaseName-
The name of the database the Amazon Glue table belongs to.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$Maximum:
128Update requires: No interruption
Region-
The Amazon Region where the Amazon Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.
Required: No
Type: String
Allowed values:
us-west-1 | us-west-2 | us-east-1 | us-east-2 | af-south-1 | ap-east-1 | ap-south-2 | ap-southeast-1 | ap-southeast-2 | ap-southeast-5 | ap-southeast-4 | ap-southeast-7 | ap-south-1 | ap-northeast-3 | ap-northeast-1 | ap-northeast-2 | ca-central-1 | ca-west-1 | eu-south-1 | eu-west-3 | eu-south-2 | eu-central-2 | eu-central-1 | eu-north-1 | eu-west-1 | eu-west-2 | me-south-1 | me-central-1 | il-central-1 | sa-east-1 | mx-central-1 | ap-east-2Update requires: No interruption
TableName-
The name of the Amazon Glue table.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$Maximum:
128Update requires: No interruption