AWS::LookoutMetrics::AnomalyDetector TimestampColumn - AWS CloudFormation

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

Pattern: .*\S.*

Maximum: 63

Update requires: No interruption

ColumnName

The name of the timestamp column.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]*

Minimum: 1

Maximum: 63

Update requires: No interruption