AWS::LookoutMetrics::AnomalyDetector TimestampColumn
Contains information about the column used to track time in a source data file.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnFormat" :
String
, "ColumnName" :String
}
YAML
ColumnFormat:
String
ColumnName:String
Properties
ColumnFormat
-
The format of the timestamp column.
Required: No
Type: String
Update requires: No interruption
ColumnName
-
The name of the timestamp column.
Required: No
Type: String
Update requires: No interruption