AWS::CleanRooms::ConfiguredTable TableReference
A pointer to the dataset that underlies this table.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Athena" :
AthenaTableReference
, "Glue" :GlueTableReference
, "Snowflake" :SnowflakeTableReference
}
Properties
Athena
-
If present, a reference to the Athena table referred to by this table reference.
Required: No
Type: AthenaTableReference
Update requires: Replacement
Glue
-
If present, a reference to the Amazon Glue table referred to by this table reference.
Required: No
Type: GlueTableReference
Update requires: Replacement
Snowflake
-
If present, a reference to the Snowflake table referred to by this table reference.
Required: No
Type: SnowflakeTableReference
Update requires: Replacement