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
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9\-_]*
Maximum:
63
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
Pattern:
[^\r\n]
Maximum:
1
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
HeaderList
-
A list of the source CSV file's headers, if any.
Required: No
Type: Array of String
Update requires: No interruption
QuoteSymbol
-
The character used as a quote character.
Required: No
Type: String
Pattern:
[^\r\n]|^$
Maximum:
1
Update requires: No interruption