aws-cdk-lib.aws_databrew.CfnDataset.JsonOptionsProperty

interface JsonOptionsProperty

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

Represents the JSON-specific options that define how input is to be interpreted by AWS Glue DataBrew .

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 jsonOptionsProperty: databrew.CfnDataset.JsonOptionsProperty = {
  multiLine: false,
};

Properties

NameTypeDescription
multiLine?boolean | IResolvableA value that specifies whether JSON input contains embedded new line characters.

multiLine?

Type: boolean | IResolvable (optional)

A value that specifies whether JSON input contains embedded new line characters.