1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. glue
  6. DataQualityRuleset

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Resource Type definition for AWS::Glue::DataQualityRuleset

    Create DataQualityRuleset Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DataQualityRuleset(name: string, args?: DataQualityRulesetArgs, opts?: CustomResourceOptions);
    @overload
    def DataQualityRuleset(resource_name: str,
                           args: Optional[DataQualityRulesetArgs] = None,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def DataQualityRuleset(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           client_token: Optional[str] = None,
                           description: Optional[str] = None,
                           name: Optional[str] = None,
                           ruleset: Optional[str] = None,
                           tags: Optional[Mapping[str, str]] = None,
                           target_table: Optional[DataQualityRulesetDataQualityTargetTableArgs] = None)
    func NewDataQualityRuleset(ctx *Context, name string, args *DataQualityRulesetArgs, opts ...ResourceOption) (*DataQualityRuleset, error)
    public DataQualityRuleset(string name, DataQualityRulesetArgs? args = null, CustomResourceOptions? opts = null)
    public DataQualityRuleset(String name, DataQualityRulesetArgs args)
    public DataQualityRuleset(String name, DataQualityRulesetArgs args, CustomResourceOptions options)
    
    type: aws-native:glue:DataQualityRuleset
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_glue_data_quality_ruleset" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DataQualityRulesetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DataQualityRulesetArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DataQualityRulesetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DataQualityRulesetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DataQualityRulesetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DataQualityRuleset Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DataQualityRuleset resource accepts the following input properties:

    ClientToken string
    A unique token for idempotency.
    Description string
    A description of the data quality ruleset.
    Name string
    A unique name for the data quality ruleset.
    Ruleset string
    A Data Quality Definition Language (DQDL) ruleset.
    Tags Dictionary<string, string>
    A map of key-value pairs to apply to this resource.
    TargetTable Pulumi.AwsNative.Glue.Inputs.DataQualityRulesetDataQualityTargetTable
    An object representing an AWS Glue table.
    ClientToken string
    A unique token for idempotency.
    Description string
    A description of the data quality ruleset.
    Name string
    A unique name for the data quality ruleset.
    Ruleset string
    A Data Quality Definition Language (DQDL) ruleset.
    Tags map[string]string
    A map of key-value pairs to apply to this resource.
    TargetTable DataQualityRulesetDataQualityTargetTableArgs
    An object representing an AWS Glue table.
    client_token string
    A unique token for idempotency.
    description string
    A description of the data quality ruleset.
    name string
    A unique name for the data quality ruleset.
    ruleset string
    A Data Quality Definition Language (DQDL) ruleset.
    tags map(string)
    A map of key-value pairs to apply to this resource.
    target_table object
    An object representing an AWS Glue table.
    clientToken String
    A unique token for idempotency.
    description String
    A description of the data quality ruleset.
    name String
    A unique name for the data quality ruleset.
    ruleset String
    A Data Quality Definition Language (DQDL) ruleset.
    tags Map<String,String>
    A map of key-value pairs to apply to this resource.
    targetTable DataQualityRulesetDataQualityTargetTable
    An object representing an AWS Glue table.
    clientToken string
    A unique token for idempotency.
    description string
    A description of the data quality ruleset.
    name string
    A unique name for the data quality ruleset.
    ruleset string
    A Data Quality Definition Language (DQDL) ruleset.
    tags {[key: string]: string}
    A map of key-value pairs to apply to this resource.
    targetTable DataQualityRulesetDataQualityTargetTable
    An object representing an AWS Glue table.
    client_token str
    A unique token for idempotency.
    description str
    A description of the data quality ruleset.
    name str
    A unique name for the data quality ruleset.
    ruleset str
    A Data Quality Definition Language (DQDL) ruleset.
    tags Mapping[str, str]
    A map of key-value pairs to apply to this resource.
    target_table DataQualityRulesetDataQualityTargetTableArgs
    An object representing an AWS Glue table.
    clientToken String
    A unique token for idempotency.
    description String
    A description of the data quality ruleset.
    name String
    A unique name for the data quality ruleset.
    ruleset String
    A Data Quality Definition Language (DQDL) ruleset.
    tags Map<String>
    A map of key-value pairs to apply to this resource.
    targetTable Property Map
    An object representing an AWS Glue table.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DataQualityRuleset resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    DataQualityRulesetDataQualityTargetTable, DataQualityRulesetDataQualityTargetTableArgs

    An object representing an AWS Glue table.
    DatabaseName string
    The name of the database where the AWS Glue table exists.
    TableName string
    The name of the AWS Glue table.
    DatabaseName string
    The name of the database where the AWS Glue table exists.
    TableName string
    The name of the AWS Glue table.
    database_name string
    The name of the database where the AWS Glue table exists.
    table_name string
    The name of the AWS Glue table.
    databaseName String
    The name of the database where the AWS Glue table exists.
    tableName String
    The name of the AWS Glue table.
    databaseName string
    The name of the database where the AWS Glue table exists.
    tableName string
    The name of the AWS Glue table.
    database_name str
    The name of the database where the AWS Glue table exists.
    table_name str
    The name of the AWS Glue table.
    databaseName String
    The name of the database where the AWS Glue table exists.
    tableName String
    The name of the AWS Glue table.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial