Class: Aws::DataZone::Types::GlueRunConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GlueRunConfigurationOutput
- 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
-
#account_id ⇒ String
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
-
#auto_import_data_quality_result ⇒ Boolean
Specifies whether to automatically import data quality metrics as part of the data source run.
-
#catalog_name ⇒ String
The catalog name in the Amazon Web Services Glue run configuration.
-
#data_access_role ⇒ String
The data access role included in the configuration details of the Amazon Web Services Glue data source.
-
#region ⇒ String
The Amazon Web Services region 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
#account_id ⇒ String
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10581 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :catalog_name, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#auto_import_data_quality_result ⇒ Boolean
Specifies whether to automatically import data quality metrics as part of the data source run.
10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10581 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :catalog_name, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#catalog_name ⇒ String
The catalog name in the Amazon Web Services Glue run configuration.
10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10581 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :catalog_name, :data_access_role, :region, :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.
10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10581 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :catalog_name, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10581 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :catalog_name, :data_access_role, :region, :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.
10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10581 class GlueRunConfigurationOutput < Struct.new( :account_id, :auto_import_data_quality_result, :catalog_name, :data_access_role, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |