CreateDataQualityRulesetRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

Link copied to clipboard

A description of the data quality ruleset.

Link copied to clipboard
val name: String?

A unique name for the data quality ruleset.

Link copied to clipboard

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

Link copied to clipboard

A list of tags applied to the data quality ruleset.

Link copied to clipboard

A target table associated with the data quality ruleset.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String