All Downloads are FREE. Search and download functionalities are using the official Maven repository.

software.amazon.awscdk.services.glue.alpha.WriteParallel Maven / Gradle / Ivy

package software.amazon.awscdk.services.glue.alpha;

/**
 * (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.
 * 

* By default, Redshift Spectrum sets the value to null for data that exceeds the width of the column. *

* @see https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_EXTERNAL_TABLE.html#r_CREATE_EXTERNAL_TABLE-parameters - under _"TABLE PROPERTIES"_ > _"surplus_char_handling"_ */ @javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-11-15T10:25:09.368Z") @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) @software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.glue.alpha.$Module.class, fqn = "@aws-cdk/aws-glue-alpha.WriteParallel") public enum WriteParallel { /** * (experimental) Write data in parallel. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) ON, /** * (experimental) Write data serially. */ @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental) OFF, }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy