Class: Aws::DataZone::Types::GlueRunConfigurationOutput

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

#account_id ⇒ String

The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.

Returns:

  • (String)


13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13225

class GlueRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :auto_import_data_quality_result,
  :catalog_name)
  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.

Returns:

  • (Boolean)


13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13225

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

#catalog_name ⇒ String

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

Returns:

  • (String)


13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13225

class GlueRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :auto_import_data_quality_result,
  :catalog_name)
  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.

Returns:

  • (String)


13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13225

class GlueRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :auto_import_data_quality_result,
  :catalog_name)
  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.

Returns:

  • (String)


13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13225

class GlueRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :auto_import_data_quality_result,
  :catalog_name)
  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.



13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13225

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