DataQualityRulesetTargetTableArgs

data class DataQualityRulesetTargetTableArgs(val catalogId: Output<String>? = null, val databaseName: Output<String>, val tableName: Output<String>) : ConvertibleToJava<DataQualityRulesetTargetTableArgs>

Constructors

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

Properties

Link copied to clipboard
val catalogId: Output<String>? = null

The catalog id where the AWS Glue table exists.

Link copied to clipboard
val databaseName: Output<String>

Name of the database where the AWS Glue table exists.

Link copied to clipboard
val tableName: Output<String>

Name of the AWS Glue table.

Functions

Link copied to clipboard
open override fun toJava(): DataQualityRulesetTargetTableArgs