An object representing an AWS Glue table.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"DatabaseName" : String
,
"TableName" : String
}
YAML
DatabaseName: String
TableName: String
Properties
DatabaseName
-
The name of the database where the AWS Glue table exists.
Required: No
Type: String
Update requires: No interruption
TableName
-
The name of the AWS Glue table.
Required: No
Type: String
Update requires: No interruption