interface JsonOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataBrew.CfnDatasetPropsMixin.JsonOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatabrew#CfnDatasetPropsMixin_JsonOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnDatasetPropsMixin.JsonOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_databrew.CfnDatasetPropsMixin.JsonOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_databrew » CfnDatasetPropsMixin » 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/cfn-property-mixins';
const jsonOptionsProperty: databrew.CfnDatasetPropsMixin.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
Go
Java
Python
TypeScript