Uses of Class
software.amazon.awscdk.services.glue.alpha.StorageParameter
-
Uses of StorageParameter in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionstatic StorageParameter
StorageParameter.columnCountMismatchHandling
(ColumnCountMismatchHandlingAction value) (experimental) Identifies if the file contains less or more values for a row than the number of columns specified in the external table definition.static StorageParameter
StorageParameter.compressionType
(CompressionType value) (experimental) The type of compression used on the table, when the file name does not contain an extension.static StorageParameter
(experimental) A custom storage parameter.static StorageParameter
StorageParameter.dataCleansingEnabled
(Boolean value) (experimental) Determines whether data handling is on for the table.static StorageParameter
StorageParameter.invalidCharHandling
(InvalidCharHandlingAction value) (experimental) Specifies the action to perform when query results contain invalid UTF-8 character values.static StorageParameter
StorageParameter.numericOverflowHandling
(NumericOverflowHandlingAction value) (experimental) Specifies the action to perform when ORC data contains an integer (for example, BIGINT or int64) that is larger than the column definition (for example, SMALLINT or int16).static StorageParameter
(experimental) A property that sets the numRows value for the table definition.static StorageParameter
StorageParameter.orcSchemaResolution
(OrcColumnMappingType value) (experimental) A property that sets the column mapping type for tables that use ORC data format.static StorageParameter
StorageParameter.replacementChar
(String value) (experimental) Specifies the replacement character to use when you setINVALID_CHAR_HANDLING
toREPLACE
.static StorageParameter
StorageParameter.serializationNullFormat
(String value) (experimental) A property that sets number of rows to skip at the beginning of each source file.static StorageParameter
StorageParameter.skipHeaderLineCount
(Number value) (experimental) The number of rows to skip at the top of a CSV file when the table is being created.static StorageParameter
StorageParameter.surplusBytesHandling
(SurplusBytesHandlingAction value) (experimental) Specifies how to handle data being loaded that exceeds the length of the data type defined for columns containing VARBYTE data.static StorageParameter
StorageParameter.surplusCharHandling
(SurplusCharHandlingAction value) (experimental) Specifies how to handle data being loaded that exceeds the length of the data type defined for columns containing VARCHAR, CHAR, or string data.static StorageParameter
StorageParameter.writeKmsKeyId
(String value) (experimental) You can specify an AWS Key Management Service key to enable Server–Side Encryption (SSE) for Amazon S3 objects.static StorageParameter
StorageParameter.writeMaxFileSizeMb
(Number value) (experimental) A property that sets the maximum size (in MB) of each file written to Amazon S3 by CREATE EXTERNAL TABLE AS.static StorageParameter
StorageParameter.writeParallel
(WriteParallel value) (experimental) A property that sets whether CREATE EXTERNAL TABLE AS should write data in parallel.Modifier and TypeMethodDescriptionfinal List<StorageParameter>
ExternalTableProps.Jsii$Proxy.getStorageParameters()
final List<StorageParameter>
S3TableProps.Jsii$Proxy.getStorageParameters()
TableBase.getStorageParameters()
(experimental) The tables' storage descriptor properties.default List<StorageParameter>
TableBaseProps.getStorageParameters()
(experimental) The user-supplied properties for the description of the physical storage of this table.final List<StorageParameter>
TableBaseProps.Jsii$Proxy.getStorageParameters()
final List<StorageParameter>
TableProps.Jsii$Proxy.getStorageParameters()
Modifier and TypeMethodDescriptionExternalTable.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) (experimental) The user-supplied properties for the description of the physical storage of this table.ExternalTableProps.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()
S3Table.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) (experimental) The user-supplied properties for the description of the physical storage of this table.S3TableProps.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()
Table.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) (experimental) The user-supplied properties for the description of the physical storage of this table.TableBaseProps.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()
TableProps.Builder.storageParameters
(List<? extends StorageParameter> storageParameters) Sets the value ofTableBaseProps.getStorageParameters()