interface JsonOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataBrew.CfnDataset.JsonOptionsProperty |
Java | software.amazon.awscdk.services.databrew.CfnDataset.JsonOptionsProperty |
Python | aws_cdk.aws_databrew.CfnDataset.JsonOptionsProperty |
TypeScript | @aws-cdk/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 * as databrew from '@aws-cdk/aws-databrew';
const jsonOptionsProperty: databrew.CfnDataset.JsonOptionsProperty = {
multiLine: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| multi | boolean | IResolvable | A 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.

.NET
Java
Python
TypeScript