AWS::Glue::DataQualityRulesetThe `AWS::Glue::DataQualityRuleset` resource specifies a data quality ruleset with DQDL rules applied to a specified AWS Glue table. For more information, see AWS Glue Data Quality in the AWS Glue Developer Guide.
import { CfnDataQualityRuleset } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnDataQualityRulesetConfiguration passed to the constructor as CfnDataQualityRulesetProps.
clientTokenOptionalstringUsed 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.
descriptionOptionalstringA description of the data quality ruleset.
nameOptionalstringThe name of the data quality ruleset.
rulesetOptionalstringA Data Quality Definition Language (DQDL) ruleset. For more information see the AWS Glue Developer Guide.
tagsOptionalanyA list of tags applied to the data quality ruleset.
targetTableOptionalIResolvable | DataQualityTargetTablePropertyAn object representing an AWS Glue table.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-glueAWS::Glue::DataQualityRuleset