Class: Aws::Glue::Types::CreateDataQualityRulesetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateDataQualityRulesetRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Used 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.
-
#data_quality_security_configuration ⇒ String
The name of the security configuration created with the data quality encryption option.
-
#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 ⇒ Hash<String,String>
A list of tags applied to the data quality ruleset.
-
#target_table ⇒ Types::DataQualityTargetTable
A target table associated with the data quality ruleset.
Instance Attribute Details
#client_token ⇒ String
Used 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.
4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4575 class CreateDataQualityRulesetRequest < Struct.new( :name, :description, :ruleset, :tags, :target_table, :data_quality_security_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#data_quality_security_configuration ⇒ String
The name of the security configuration created with the data quality encryption option.
4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4575 class CreateDataQualityRulesetRequest < Struct.new( :name, :description, :ruleset, :tags, :target_table, :data_quality_security_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the data quality ruleset.
4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4575 class CreateDataQualityRulesetRequest < Struct.new( :name, :description, :ruleset, :tags, :target_table, :data_quality_security_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A unique name for the data quality ruleset.
4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4575 class CreateDataQualityRulesetRequest < Struct.new( :name, :description, :ruleset, :tags, :target_table, :data_quality_security_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#ruleset ⇒ String
A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.
4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4575 class CreateDataQualityRulesetRequest < Struct.new( :name, :description, :ruleset, :tags, :target_table, :data_quality_security_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tags applied to the data quality ruleset.
4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4575 class CreateDataQualityRulesetRequest < Struct.new( :name, :description, :ruleset, :tags, :target_table, :data_quality_security_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#target_table ⇒ Types::DataQualityTargetTable
A target table associated with the data quality ruleset.
4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4575 class CreateDataQualityRulesetRequest < Struct.new( :name, :description, :ruleset, :tags, :target_table, :data_quality_security_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |