Class: Aws::Glue::Types::DataQualityRuleRecommendationRunAdditionalRunOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRuleRecommendationRunAdditionalRunOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Additional run options you can specify for a recommendation run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_log_group_prefix ⇒ String
A custom prefix for the CloudWatch log group names.
Instance Attribute Details
#custom_log_group_prefix ⇒ String
A custom prefix for the CloudWatch log group names. When specified,
recommendation run logs are written to
<CustomLogGroupPrefix>/error and <CustomLogGroupPrefix>/output
instead of the default /aws-glue/data-quality/error and
/aws-glue/data-quality/output log groups.
9068 9069 9070 9071 9072 |
# File 'lib/aws-sdk-glue/types.rb', line 9068 class DataQualityRuleRecommendationRunAdditionalRunOptions < Struct.new( :custom_log_group_prefix) SENSITIVE = [] include Aws::Structure end |