InputFormat

class aws_cdk.aws_glue_alpha.InputFormat(class_name)

Bases: object

(experimental) Absolute class name of the Hadoop InputFormat to use when reading table files.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_glue_alpha as glue_alpha

input_format = glue_alpha.InputFormat.AVRO
Parameters:

class_name (str) –

Stability:

experimental

Attributes

AVRO = <aws_cdk.aws_glue_alpha.InputFormat object>
CLOUDTRAIL = <aws_cdk.aws_glue_alpha.InputFormat object>
ORC = <aws_cdk.aws_glue_alpha.InputFormat object>
PARQUET = <aws_cdk.aws_glue_alpha.InputFormat object>
TEXT = <aws_cdk.aws_glue_alpha.InputFormat object>
class_name

experimental

Type:

stability