AWS::LookoutMetrics::AnomalyDetector JsonFormatDescriptor - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::LookoutMetrics::AnomalyDetector JsonFormatDescriptor

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Charset" : String, "FileCompression" : String }

YAML

Charset: String FileCompression: String

Properties

Charset

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

Required: No

Type: String

Pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]*

Maximum: 63

Update requires: No interruption

FileCompression

The level of compression of the source CSV file.

Required: No

Type: String

Allowed values: NONE | GZIP

Update requires: No interruption