This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringFileCompression: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:
63Update requires: No interruption
FileCompression-
The level of compression of the source CSV file.
Required: No
Type: String
Allowed values:
NONE | GZIPUpdate requires: No interruption