View a markdown version of this page

AWS::Glue::TableVersion - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::Glue::TableVersion

Specifies a version of a table.

Syntax

To declare this entity in your Amazon 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.