View a markdown version of this page

AWS::Glue::TableVersion - AWS CloudFormation

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: String TableName: 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: 1

Maximum: 255

Update 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: 1

Maximum: 255

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

VersionId

The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.