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_LOGSDataFormat for Apache Web Server Logs.static final DataFormatDataFormat.AVRODataFormat for Apache Avro.static final DataFormatDataFormat.CLOUDTRAIL_LOGSDataFormat for CloudTrail logs stored on S3.static final DataFormatDataFormat.CSVDataFormat for CSV Files.static final DataFormatDataFormat.JSONStored as plain text files in JSON format.static final DataFormatDataFormat.LOGSTASHDataFormat for Logstash Logs, using the GROK SerDe.static final DataFormatDataFormat.ORCDataFormat for Apache ORC (Optimized Row Columnar).static final DataFormatDataFormat.PARQUETDataFormat for Apache Parquet.static final DataFormatDataFormat.TSVDataFormat for TSV (Tab-Separated Values).Methods in software.amazon.awscdk.services.glue that return DataFormatModifier and TypeMethodDescriptionDataFormat.Builder.build()final DataFormatExternalTableProps.Jsii$Proxy.getDataFormat()final DataFormatS3TableProps.Jsii$Proxy.getDataFormat()TableBase.getDataFormat()Format of this table's data files.TableBaseProps.getDataFormat()Storage type of the table's data.final DataFormatTableBaseProps.Jsii$Proxy.getDataFormat()Methods in software.amazon.awscdk.services.glue with parameters of type DataFormatModifier and TypeMethodDescriptionExternalTable.Builder.dataFormat(DataFormat dataFormat) Storage type of the table's data.ExternalTableProps.Builder.dataFormat(DataFormat dataFormat) Sets the value ofTableBaseProps.getDataFormat()S3Table.Builder.dataFormat(DataFormat dataFormat) Storage type of the table's data.S3TableProps.Builder.dataFormat(DataFormat dataFormat) Sets the value ofTableBaseProps.getDataFormat()TableBaseProps.Builder.dataFormat(DataFormat dataFormat) Sets the value ofTableBaseProps.getDataFormat()