Class: Aws::Glue::Types::StartDataQualityRuleRecommendationRunRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

The request of the Data Quality rule recommendation request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_run_optionsTypes::DataQualityRuleRecommendationRunAdditionalRunOptions

Additional run options you can specify for a recommendation run.



29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

Returns:

  • (String)


29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#created_ruleset_nameString

A name for the ruleset.

Returns:

  • (String)


29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#data_quality_security_configurationString

The name of the security configuration created with the data quality encryption option.

Returns:

  • (String)


29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

The data source (Glue table) associated with this run.

Returns:



29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_workersInteger

The number of G.1X workers to be used in the run. The default is 5.

Returns:

  • (Integer)


29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_modeString

The mode that Glue Data Quality uses to recommend rules.

The default is BASIC.

Returns:

  • (String)


29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The IAM role that Glue assumes to access resources for the run.

For more information, see Configure IAM permissions for Glue Data Quality.

Returns:

  • (String)


29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#timeoutInteger

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

Returns:

  • (Integer)


29234
29235
29236
29237
29238
29239
29240
29241
29242
29243
29244
29245
29246
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29234

class StartDataQualityRuleRecommendationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :created_ruleset_name,
  :data_quality_security_configuration,
  :client_token,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end