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
published on Monday, Aug 24, 2026 by Pulumi
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
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 dictionarydata "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.
- Dictionary<string, string>
- A map of key-value pairs to apply to this resource.
- Target
Table Pulumi.Aws Native. Glue. Outputs. Data Quality Ruleset Data Quality Target Table - 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.
- map[string]string
- A map of key-value pairs to apply to this resource.
- Target
Table DataQuality Ruleset Data Quality Target Table - 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.
- 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.
- Map<String,String>
- A map of key-value pairs to apply to this resource.
- target
Table DataQuality Ruleset Data Quality Target Table - 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.
- {[key: string]: string}
- A map of key-value pairs to apply to this resource.
- target
Table DataQuality Ruleset Data Quality Target Table - 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.
- Mapping[str, str]
- A map of key-value pairs to apply to this resource.
- target_
table DataQuality Ruleset Data Quality Target Table - 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.
- Map<String>
- A map of key-value pairs to apply to this resource.
- target
Table Property Map - An object representing an AWS Glue table.
Supporting Types
DataQualityRulesetDataQualityTargetTable
- Database
Name string - The name of the database where the AWS Glue table exists.
- Table
Name 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.
- database_
name string - The name of the database where the AWS Glue table exists.
- table_
name 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.
- database
Name string - The name of the database where the AWS Glue table exists.
- table
Name 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.
- database
Name String - The name of the database where the AWS Glue table exists.
- table
Name String - The name of the AWS Glue table.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Aug 24, 2026 by Pulumi