Uses of Class
software.amazon.awscdk.services.glue.DataFormat
Packages that use DataFormat
-
Uses of DataFormat in software.amazon.awscdk.services.glue
Fields in software.amazon.awscdk.services.glue declared as DataFormatModifier and TypeFieldDescriptionstatic final DataFormatDataFormat.APACHE_LOGS(experimental) DataFormat for Apache Web Server Logs.static final DataFormatDataFormat.AVRO(experimental) DataFormat for Apache Avro.static final DataFormatDataFormat.CLOUDTRAIL_LOGS(experimental) DataFormat for CloudTrail logs stored on S3.static final DataFormatDataFormat.CSV(experimental) DataFormat for CSV Files.static final DataFormatDataFormat.JSON(experimental) Stored as plain text files in JSON format.static final DataFormatDataFormat.LOGSTASH(experimental) DataFormat for Logstash Logs, using the GROK SerDe.static final DataFormatDataFormat.ORC(experimental) DataFormat for Apache ORC (Optimized Row Columnar).static final DataFormatDataFormat.PARQUET(experimental) DataFormat for Apache Parquet.static final DataFormatDataFormat.TSV(experimental) DataFormat for TSV (Tab-Separated Values).Methods in software.amazon.awscdk.services.glue that return DataFormatModifier and TypeMethodDescriptionDataFormat.Builder.build()Table.getDataFormat()(experimental) Format of this table's data files.TableProps.getDataFormat()(experimental) Storage type of the table's data.final DataFormatTableProps.Jsii$Proxy.getDataFormat()Methods in software.amazon.awscdk.services.glue with parameters of type DataFormatModifier and TypeMethodDescriptionTable.Builder.dataFormat(DataFormat dataFormat) (experimental) Storage type of the table's data.TableProps.Builder.dataFormat(DataFormat dataFormat) Sets the value ofTableProps.getDataFormat()