interface CsvOutputOptionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.DataBrew.CfnJob.CsvOutputOptionsProperty |
Java | software.amazon.awscdk.services.databrew.CfnJob.CsvOutputOptionsProperty |
Python | aws_cdk.aws_databrew.CfnJob.CsvOutputOptionsProperty |
TypeScript | @aws-cdk/aws-databrew » CfnJob » CsvOutputOptionsProperty |
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 * as databrew from '@aws-cdk/aws-databrew';
const csvOutputOptionsProperty: databrew.CfnJob.CsvOutputOptionsProperty = {
delimiter: 'delimiter',
};
Properties
Name | Type | Description |
---|---|---|
delimiter? | string | A single character that specifies the delimiter used to create CSV job output. |
delimiter?
Type:
string
(optional)
A single character that specifies the delimiter used to create CSV job output.