AWS::LookoutMetrics::AnomalyDetector CsvFormatDescriptor
Contains information about how a source CSV data file should be analyzed.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Charset" :
String
, "ContainsHeader" :Boolean
, "Delimiter" :String
, "FileCompression" :String
, "HeaderList" :[ String, ... ]
, "QuoteSymbol" :String
}
YAML
Charset:
String
ContainsHeader:Boolean
Delimiter:String
FileCompression:String
HeaderList:- String
QuoteSymbol:String
Properties
Charset
-
The character set in which the source CSV file is written.
Required: No
Type: String
Update requires: No interruption
ContainsHeader
-
Whether or not the source CSV file contains a header.
Required: No
Type: Boolean
Update requires: No interruption
Delimiter
-
The character used to delimit the source CSV file.
Required: No
Type: String
Update requires: No interruption
FileCompression
-
The level of compression of the source CSV file.
Required: No
Type: String
Update requires: No interruption
HeaderList
-
A list of the source CSV file's headers, if any.
Required: No
Type: List of String
Update requires: No interruption
QuoteSymbol
-
The character used as a quote character.
Required: No
Type: String
Update requires: No interruption