Interface CfnAnomalyDetector.TimestampColumnProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnomalyDetector.TimestampColumnProperty.Jsii$Proxy
Enclosing class:
CfnAnomalyDetector

@Stability(Stable) public static interface CfnAnomalyDetector.TimestampColumnProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the column used to track time in a source data file.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.lookoutmetrics.*;
 TimestampColumnProperty timestampColumnProperty = TimestampColumnProperty.builder()
         .columnFormat("columnFormat")
         .columnName("columnName")
         .build();
 

See Also: