interface JsonOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataBrew.CfnDataset.JsonOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnDataset_JsonOptionsProperty |
![]() | software.amazon.awscdk.services.databrew.CfnDataset.JsonOptionsProperty |
![]() | aws_cdk.aws_databrew.CfnDataset.JsonOptionsProperty |
![]() | 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
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.