AWS::Glue::DataQualityRuleset DataQualityTargetTable - 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).

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