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 Amazon CloudFormation template, use the following syntax:
JSON
{ "ColumnFormat" :String, "ColumnName" :String}
YAML
ColumnFormat:StringColumnName: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