Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DataZone::Types::GlueRunConfigurationInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#auto_import_data_quality_resultBoolean

Specifies whether to automatically import data quality metrics as part of the data source run.

Returns:

  • (Boolean)

10539
10540
10541
10542
10543
10544
10545
10546
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10539

class GlueRunConfigurationInput < Struct.new(
  :auto_import_data_quality_result,
  :catalog_name,
  :data_access_role,
  :relational_filter_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_nameString

The catalog name in the Amazon Web Services Glue run configuration.

Returns:

  • (String)

10539
10540
10541
10542
10543
10544
10545
10546
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10539

class GlueRunConfigurationInput < Struct.new(
  :auto_import_data_quality_result,
  :catalog_name,
  :data_access_role,
  :relational_filter_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#data_access_roleString

The data access role included in the configuration details of the Amazon Web Services Glue data source.

Returns:

  • (String)

10539
10540
10541
10542
10543
10544
10545
10546
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10539

class GlueRunConfigurationInput < Struct.new(
  :auto_import_data_quality_result,
  :catalog_name,
  :data_access_role,
  :relational_filter_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#relational_filter_configurationsArray<Types::RelationalFilterConfiguration>

The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.


10539
10540
10541
10542
10543
10544
10545
10546
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10539

class GlueRunConfigurationInput < Struct.new(
  :auto_import_data_quality_result,
  :catalog_name,
  :data_access_role,
  :relational_filter_configurations)
  SENSITIVE = []
  include Aws::Structure
end