interface JsonProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Sagemaker.CfnDataQualityJobDefinition.JsonProperty | 
|  Java | software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.JsonProperty | 
|  Python | aws_cdk.aws_sagemaker.CfnDataQualityJobDefinition.JsonProperty | 
|  TypeScript | @aws-cdk/aws-sagemaker»CfnDataQualityJobDefinition»JsonProperty | 
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker from '@aws-cdk/aws-sagemaker';
const jsonProperty: sagemaker.CfnDataQualityJobDefinition.JsonProperty = {
  line: false,
};
Properties
| Name | Type | Description | 
|---|---|---|
| line? | boolean | IResolvable | CfnDataQualityJobDefinition.JsonProperty.Line. | 
line?
Type:
boolean | IResolvable
(optional)
CfnDataQualityJobDefinition.JsonProperty.Line.
