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

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

    Using getDataQualityRuleset

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDataQualityRuleset(args: GetDataQualityRulesetArgs, opts?: InvokeOptions): Promise<GetDataQualityRulesetResult>
    function getDataQualityRulesetOutput(args: GetDataQualityRulesetOutputArgs, opts?: InvokeOutputOptions): Output<GetDataQualityRulesetResult>
    def get_data_quality_ruleset(name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetDataQualityRulesetResult
    def get_data_quality_ruleset_output(name: pulumi.Input[Optional[str]] = None,
                                 opts: Optional[InvokeOutputOptions] = None) -> Output[GetDataQualityRulesetResult]
    func LookupDataQualityRuleset(ctx *Context, args *LookupDataQualityRulesetArgs, opts ...InvokeOption) (*LookupDataQualityRulesetResult, error)
    func LookupDataQualityRulesetOutput(ctx *Context, args *LookupDataQualityRulesetOutputArgs, opts ...InvokeOption) LookupDataQualityRulesetResultOutput

    > Note: This function is named LookupDataQualityRuleset in the Go SDK.

    public static class GetDataQualityRuleset 
    {
        public static Task<GetDataQualityRulesetResult> InvokeAsync(GetDataQualityRulesetArgs args, InvokeOptions? opts = null)
        public static Output<GetDataQualityRulesetResult> Invoke(GetDataQualityRulesetInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetDataQualityRulesetResult> Invoke(GetDataQualityRulesetInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetDataQualityRulesetResult> getDataQualityRuleset(GetDataQualityRulesetArgs args, InvokeOptions options)
    public static Output<GetDataQualityRulesetResult> getDataQualityRuleset(GetDataQualityRulesetArgs args, InvokeOptions options)
    public static Output<GetDataQualityRulesetResult> getDataQualityRuleset(GetDataQualityRulesetArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:glue:getDataQualityRuleset
      arguments:
        # arguments dictionary
    data "aws-native_glue_get_data_quality_ruleset" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    A unique name for the data quality ruleset.
    Name string
    A unique name for the data quality ruleset.
    name string
    A unique name for the data quality ruleset.
    name String
    A unique name for the data quality ruleset.
    name string
    A unique name for the data quality ruleset.
    name str
    A unique name for the data quality ruleset.
    name String
    A unique name for the data quality ruleset.

    getDataQualityRuleset Result

    The following output properties are available:

    Description string
    A description of 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.Outputs.DataQualityRulesetDataQualityTargetTable
    An object representing an AWS Glue table.
    Description string
    A description of 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.
    description string
    A description of 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.
    description String
    A description of 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.
    description string
    A description of 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.
    description str
    A description of 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 DataQualityRulesetDataQualityTargetTable
    An object representing an AWS Glue table.
    description String
    A description of 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.

    Supporting Types

    DataQualityRulesetDataQualityTargetTable

    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