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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnomalyDetector.TimestampColumnProperty
static final class
An implementation forCfnAnomalyDetector.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
-