DataQualityTargetTable

class aws_cdk.aws_glue_alpha.DataQualityTargetTable(database_name, table_name)

Bases: object

(experimental) Properties of a DataQualityTargetTable.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_glue_alpha as glue_alpha

data_quality_target_table = glue_alpha.DataQualityTargetTable("databaseName", "tableName")
Parameters:
  • database_name (str) –

  • table_name (str) –

Stability:

experimental

Attributes

database_name

(experimental) The database name of the target table.

Stability:

experimental

table_name

(experimental) The table name of the target table.

Stability:

experimental