aws-cdk-lib.aws_lookoutmetrics.CfnAnomalyDetector.JsonFormatDescriptorProperty

interface JsonFormatDescriptorProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutMetrics.CfnAnomalyDetector.JsonFormatDescriptorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#CfnAnomalyDetector_JsonFormatDescriptorProperty
Javasoftware.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.JsonFormatDescriptorProperty
Pythonaws_cdk.aws_lookoutmetrics.CfnAnomalyDetector.JsonFormatDescriptorProperty
TypeScript aws-cdk-lib » aws_lookoutmetrics » CfnAnomalyDetector » JsonFormatDescriptorProperty

Contains information about how a source JSON data file should be analyzed.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lookoutmetrics as lookoutmetrics } from 'aws-cdk-lib';
const jsonFormatDescriptorProperty: lookoutmetrics.CfnAnomalyDetector.JsonFormatDescriptorProperty = {
  charset: 'charset',
  fileCompression: 'fileCompression',
};

Properties

NameTypeDescription
charset?stringThe character set in which the source JSON file is written.
fileCompression?stringThe level of compression of the source CSV file.

charset?

Type: string (optional)

The character set in which the source JSON file is written.


fileCompression?

Type: string (optional)

The level of compression of the source CSV file.