Class: Aws::GlueDataBrew::Types::DataCatalogOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DataCatalogOutput
- Includes:
- Structure
- Defined in:
- 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
-
#catalog_id ⇒ String
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
-
#database_name ⇒ String
The name of a database in the Data Catalog.
-
#database_options ⇒ Types::DatabaseTableOutputOptions
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
-
#overwrite ⇒ Boolean
A value that, if true, means that any data in the location specified for output is overwritten with new output.
-
#s3_options ⇒ Types::S3TableOutputOptions
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
-
#table_name ⇒ String
The name of a table in the Data Catalog.
Instance Attribute Details
#catalog_id ⇒ String
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
744 745 746 747 748 749 750 751 752 753 |
# File '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_name ⇒ String
The name of a database in the Data Catalog.
744 745 746 747 748 749 750 751 752 753 |
# File '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_options ⇒ Types::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 '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 |
#overwrite ⇒ Boolean
A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
744 745 746 747 748 749 750 751 752 753 |
# File '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_options ⇒ Types::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 '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_name ⇒ String
The name of a table in the Data Catalog.
744 745 746 747 748 749 750 751 752 753 |
# File '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 |