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 FileFormatDescriptor
Contains information about a source file's formatting.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CsvFormatDescriptor" :CsvFormatDescriptor, "JsonFormatDescriptor" :JsonFormatDescriptor}
Properties
CsvFormatDescriptor-
Contains information about how a source CSV data file should be analyzed.
Required: No
Type: CsvFormatDescriptor
Update requires: No interruption
JsonFormatDescriptor-
Contains information about how a source JSON data file should be analyzed.
Required: No
Type: JsonFormatDescriptor
Update requires: No interruption