Interface CfnJob.CsvOutputOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnJob.CsvOutputOptionsProperty.Jsii$Proxy
Enclosing class:
CfnJob

@Stability(Stable) public static interface CfnJob.CsvOutputOptionsProperty extends software.amazon.jsii.JsiiSerializable
Represents a set of options that define how DataBrew will write a comma-separated value (CSV) file.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.databrew.*;
 CsvOutputOptionsProperty csvOutputOptionsProperty = CsvOutputOptionsProperty.builder()
         .delimiter("delimiter")
         .build();
 

See Also: