Class: Aws::DataZone::Types::GlueRunConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlueRunConfigurationInput
- Includes:
- Structure
- Defined in:
- 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.
8887 8888 8889 8890 8891 8892 8893 |
# File 'lib/aws-sdk-datazone/types.rb', line 8887 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.
8887 8888 8889 8890 8891 8892 8893 |
# File 'lib/aws-sdk-datazone/types.rb', line 8887 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.
8887 8888 8889 8890 8891 8892 8893 |
# File 'lib/aws-sdk-datazone/types.rb', line 8887 class GlueRunConfigurationInput < Struct.new( :auto_import_data_quality_result, :data_access_role, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |