Interface CfnAnomalyDetectorPropsMixin.TimestampColumnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnomalyDetectorPropsMixin.TimestampColumnProperty.Jsii$Proxy
- Enclosing class:
CfnAnomalyDetectorPropsMixin
@Stability(Stable)
public static interface CfnAnomalyDetectorPropsMixin.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.mixins.preview.services.lookoutmetrics.mixins.*;
TimestampColumnProperty timestampColumnProperty = TimestampColumnProperty.builder()
.columnFormat("columnFormat")
.columnName("columnName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnomalyDetectorPropsMixin.TimestampColumnPropertystatic final classAn implementation forCfnAnomalyDetectorPropsMixin.TimestampColumnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumnFormat
The format of the timestamp column.- See Also:
-
getColumnName
The name of the timestamp column.- See Also:
-
builder
-