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 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:StringContainsHeader:BooleanDelimiter:StringFileCompression:StringHeaderList:- StringQuoteSymbol: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: 63Update 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: 1Update requires: No interruption 
- FileCompression
- 
                    The level of compression of the source CSV file. Required: No Type: String Allowed values: NONE | GZIPUpdate 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: 1Update requires: No interruption