AWS::LookoutMetrics::AnomalyDetector TimestampColumn - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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