This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Glue::TableVersion
Specifies a version of a table.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Glue::TableVersion", "Properties" : { "DatabaseName" :String, "TableName" :String} }
YAML
Type: AWS::Glue::TableVersion Properties: DatabaseName:StringTableName:String
Properties
DatabaseName-
The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.
Required: No
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Minimum:
1Maximum:
255Update requires: Replacement
TableName-
The name of the table in question.
Required: No
Type: String
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Minimum:
1Maximum:
255Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
VersionId-
The ID value that identifies this table version. A
VersionIdis a string representation of an integer. Each version is incremented by 1.