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_idString

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

Returns:

  • (String)


6589
6590
6591
6592
6593
6594
6595
6596
6597
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6589

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

#auto_import_data_quality_resultBoolean

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

Returns:

  • (Boolean)


6589
6590
6591
6592
6593
6594
6595
6596
6597
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6589

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


6589
6590
6591
6592
6593
6594
6595
6596
6597
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6589

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

#regionString

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

Returns:

  • (String)


6589
6590
6591
6592
6593
6594
6595
6596
6597
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6589

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



6589
6590
6591
6592
6593
6594
6595
6596
6597
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6589

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