Class: Aws::GlueDataBrew::Types::DataCatalogOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

Returns:

  • (String)


744
745
746
747
748
749
750
751
752
753
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 744

class DataCatalogOutput < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :s3_options,
  :database_options,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of a database in the Data Catalog.

Returns:

  • (String)


744
745
746
747
748
749
750
751
752
753
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 744

class DataCatalogOutput < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :s3_options,
  :database_options,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#database_optionsTypes::DatabaseTableOutputOptions

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.



744
745
746
747
748
749
750
751
752
753
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 744

class DataCatalogOutput < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :s3_options,
  :database_options,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#overwriteBoolean

A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.

Returns:

  • (Boolean)


744
745
746
747
748
749
750
751
752
753
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 744

class DataCatalogOutput < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :s3_options,
  :database_options,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#s3_optionsTypes::S3TableOutputOptions

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.



744
745
746
747
748
749
750
751
752
753
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 744

class DataCatalogOutput < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :s3_options,
  :database_options,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of a table in the Data Catalog.

Returns:

  • (String)


744
745
746
747
748
749
750
751
752
753
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 744

class DataCatalogOutput < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :s3_options,
  :database_options,
  :overwrite)
  SENSITIVE = []
  include Aws::Structure
end