DataQualityRulesetTargetTable

data class DataQualityRulesetTargetTable(val catalogId: String? = null, val databaseName: String, val tableName: String)

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, databaseName: String, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

The catalog id where the AWS Glue table exists.

Link copied to clipboard

Name of the database where the AWS Glue table exists.

Link copied to clipboard

Name of the AWS Glue table.