Class: Aws::GlueDataBrew::Types::Output
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::Output
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compression_format ⇒ String
The compression algorithm used to compress the output text of the job.
-
#format ⇒ String
The data format of the output of the job.
-
#format_options ⇒ Types::OutputFormatOptions
Represents options that define how DataBrew formats job output files.
-
#location ⇒ Types::S3Location
The location in Amazon S3 where the job writes its output.
-
#max_output_files ⇒ Integer
Maximum number of files to be generated by the job and written to the output folder.
-
#overwrite ⇒ Boolean
A value that, if true, means that any data in the location specified for output is overwritten with new output.
-
#partition_columns ⇒ Array<String>
The names of one or more partition columns for the output of the job.
Instance Attribute Details
#compression_format ⇒ String
The compression algorithm used to compress the output text of the job.
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2813 class Output < Struct.new( :compression_format, :format, :partition_columns, :location, :overwrite, :format_options, :max_output_files) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The data format of the output of the job.
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2813 class Output < Struct.new( :compression_format, :format, :partition_columns, :location, :overwrite, :format_options, :max_output_files) SENSITIVE = [] include Aws::Structure end |
#format_options ⇒ Types::OutputFormatOptions
Represents options that define how DataBrew formats job output files.
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2813 class Output < Struct.new( :compression_format, :format, :partition_columns, :location, :overwrite, :format_options, :max_output_files) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::S3Location
The location in Amazon S3 where the job writes its output.
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2813 class Output < Struct.new( :compression_format, :format, :partition_columns, :location, :overwrite, :format_options, :max_output_files) SENSITIVE = [] include Aws::Structure end |
#max_output_files ⇒ Integer
Maximum number of files to be generated by the job and written to the output folder. For output partitioned by column(s), the MaxOutputFiles value is the maximum number of files per partition.
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2813 class Output < Struct.new( :compression_format, :format, :partition_columns, :location, :overwrite, :format_options, :max_output_files) 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.
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2813 class Output < Struct.new( :compression_format, :format, :partition_columns, :location, :overwrite, :format_options, :max_output_files) SENSITIVE = [] include Aws::Structure end |
#partition_columns ⇒ Array<String>
The names of one or more partition columns for the output of the job.
2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2813 class Output < Struct.new( :compression_format, :format, :partition_columns, :location, :overwrite, :format_options, :max_output_files) SENSITIVE = [] include Aws::Structure end |