aws-cdk-lib.aws_databrew.CfnJob.OutputFormatOptionsProperty

interface OutputFormatOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.DataBrew.CfnJob.OutputFormatOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnJob_OutputFormatOptionsProperty
Javasoftware.amazon.awscdk.services.databrew.CfnJob.OutputFormatOptionsProperty
Pythonaws_cdk.aws_databrew.CfnJob.OutputFormatOptionsProperty
TypeScript aws-cdk-lib » aws_databrew » CfnJob » OutputFormatOptionsProperty

Represents a set of options that define the structure of comma-separated (CSV) job output.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_databrew as databrew } from 'aws-cdk-lib';
const outputFormatOptionsProperty: databrew.CfnJob.OutputFormatOptionsProperty = {
  csv: {
    delimiter: 'delimiter',
  },
};

Properties

NameTypeDescription
csv?IResolvable | CsvOutputOptionsPropertyRepresents a set of options that define the structure of comma-separated value (CSV) job output.

csv?

Type: IResolvable | CsvOutputOptionsProperty (optional)

Represents a set of options that define the structure of comma-separated value (CSV) job output.