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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnomalyDetector.TimestampColumnPropertystatic final classAn implementation forCfnAnomalyDetector.TimestampColumnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumnFormat
The format of the timestamp column. -
getColumnName
The name of the timestamp column. -
builder
-