Uses of Class
software.amazon.awscdk.services.glue.alpha.InputFormat
Packages that use InputFormat
-
Uses of InputFormat in software.amazon.awscdk.services.glue.alpha
Fields in software.amazon.awscdk.services.glue.alpha declared as InputFormatModifier and TypeFieldDescriptionstatic final InputFormatInputFormat.AVRO(experimental) InputFormat for Avro files.static final InputFormatOutputFormat.AVRO(experimental) OutputFormat for Avro files.static final InputFormatInputFormat.CLOUDTRAIL(experimental) InputFormat for Cloudtrail Logs.static final InputFormatInputFormat.ORC(experimental) InputFormat for Orc files.static final InputFormatOutputFormat.ORC(experimental) OutputFormat for Orc files.static final InputFormatInputFormat.PARQUET(experimental) InputFormat for Parquet files.static final InputFormatInputFormat.TEXT(experimental) An InputFormat for plain text files.Methods in software.amazon.awscdk.services.glue.alpha that return InputFormatModifier and TypeMethodDescriptionDataFormat.getInputFormat()(experimental)InputFormatfor this data format.DataFormatProps.getInputFormat()(experimental)InputFormatfor this data format.final InputFormatDataFormatProps.Jsii$Proxy.getInputFormat()Methods in software.amazon.awscdk.services.glue.alpha with parameters of type InputFormatModifier and TypeMethodDescriptionDataFormat.Builder.inputFormat(InputFormat inputFormat) (experimental)InputFormatfor this data format.DataFormatProps.Builder.inputFormat(InputFormat inputFormat) Sets the value ofDataFormatProps.getInputFormat()