AWS::LookoutMetrics::AnomalyDetector JsonFormatDescriptor
Contains information about how a source JSON data file should be analyzed.
Syntax
To declare this entity in your AWS 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