We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- 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.
- Dictionary<string, string>
- A map of key-value pairs to apply to this resource.
- Target
Table Pulumi.Aws Native. Glue. Inputs. Data Quality Ruleset Data Quality Target Table - 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.
- map[string]string
- A map of key-value pairs to apply to this resource.
- Target
Table DataQuality Ruleset Data Quality Target Table Args - 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.
- map(string)
- A map of key-value pairs to apply to this resource.
- target_
table object - 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.
- 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.
- 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.
- {[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.
- 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.
- Mapping[str, str]
- A map of key-value pairs to apply to this resource.
- target_
table DataQuality Ruleset Data Quality Target Table Args - 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.
- Map<String>
- A map of key-value pairs to apply to this resource.
- target
Table 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.- 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.
published on Monday, Aug 24, 2026 by Pulumi