Class: Aws::DataZone::Types::GlueRunConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlueRunConfigurationInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The configuration details of the Amazon Web Services Glue data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_import_data_quality_result ⇒ Boolean
Specifies whether to automatically import data quality metrics as part of the data source run.
-
#data_access_role ⇒ String
The data access role included in the configuration details of the Amazon Web Services Glue data source.
-
#relational_filter_configurations ⇒ Array<Types::RelationalFilterConfiguration>
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
Instance Attribute Details
#auto_import_data_quality_result ⇒ Boolean
Specifies whether to automatically import data quality metrics as part of the data source run.
8581 8582 8583 8584 8585 8586 8587 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8581 class GlueRunConfigurationInput < Struct.new( :auto_import_data_quality_result, :data_access_role, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#data_access_role ⇒ String
The data access role included in the configuration details of the Amazon Web Services Glue data source.
8581 8582 8583 8584 8585 8586 8587 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8581 class GlueRunConfigurationInput < Struct.new( :auto_import_data_quality_result, :data_access_role, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#relational_filter_configurations ⇒ Array<Types::RelationalFilterConfiguration>
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
8581 8582 8583 8584 8585 8586 8587 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8581 class GlueRunConfigurationInput < Struct.new( :auto_import_data_quality_result, :data_access_role, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |