OutputFormat
- class aws_cdk.aws_glue.OutputFormat(class_name)
Bases:
objectAbsolute class name of the Hadoop
OutputFormatto use when writing table files.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_glue as glue output_format = glue.OutputFormat.AVRO
- Parameters:
class_name (
str)
Attributes
- AVRO = <aws_cdk.aws_glue.OutputFormat object>
- HIVE_IGNORE_KEY_TEXT = <aws_cdk.aws_glue.OutputFormat object>
- ORC = <aws_cdk.aws_glue.OutputFormat object>
- PARQUET = <aws_cdk.aws_glue.OutputFormat object>
- class_name