AWS::CleanRooms::ConfiguredTable GlueTableReference - AWS CloudFormation

AWS::CleanRooms::ConfiguredTable GlueTableReference

A reference to a table within an AWS Glue data catalog.

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 the AWS Glue table belongs to.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$

Maximum: 128

Update requires: Replacement

TableName

The name of the AWS Glue table.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$

Maximum: 128

Update requires: Replacement