AWS::Glue::DataQualityRuleset DataQualityTargetTable
An object representing an Amazon Glue table.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DatabaseName" :
String
, "TableName" :String
}
YAML
DatabaseName:
String
TableName:String
Properties
DatabaseName
-
The name of the database where the Amazon Glue table exists.
Required: No
Type: String
Update requires: No interruption
TableName
-
The name of the Amazon Glue table.
Required: No
Type: String
Update requires: No interruption