| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static InputFormat |
OutputFormat.AVRO
(experimental) OutputFormat for Avro files.
|
static InputFormat |
InputFormat.AVRO
(experimental) InputFormat for Avro files.
|
static InputFormat |
InputFormat.CLOUDTRAIL
(experimental) InputFormat for Cloudtrail Logs.
|
static InputFormat |
OutputFormat.ORC
(experimental) OutputFormat for Orc files.
|
static InputFormat |
InputFormat.ORC
(experimental) InputFormat for Orc files.
|
static InputFormat |
InputFormat.PARQUET
(experimental) InputFormat for Parquet files.
|
static InputFormat |
InputFormat.TEXT
(experimental) An InputFormat for plain text files.
|
| Modifier and Type | Method and Description |
|---|---|
InputFormat |
DataFormatProps.getInputFormat()
(experimental) `InputFormat` for this data format.
|
InputFormat |
DataFormatProps.Jsii$Proxy.getInputFormat() |
InputFormat |
DataFormat.getInputFormat()
(experimental) `InputFormat` for this data format.
|
| Modifier and Type | Method and Description |
|---|---|
DataFormatProps.Builder |
DataFormatProps.Builder.inputFormat(InputFormat inputFormat)
Sets the value of
DataFormatProps.getInputFormat() |
DataFormat.Builder |
DataFormat.Builder.inputFormat(InputFormat inputFormat)
(experimental) `InputFormat` for this data format.
|
Copyright © 2022. All rights reserved.