toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lookoutmetrics.kotlin.outputs
/
AnomalyDetectorTimestampColumn
Anomaly
Detector
Timestamp
Column
data
class
AnomalyDetectorTimestampColumn
(
val
columnFormat
:
String
?
=
null
,
val
columnName
:
String
?
=
null
)
Members
Constructors
Anomaly
Detector
Timestamp
Column
Link copied to clipboard
constructor
(
columnFormat
:
String
?
=
null
,
columnName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
column
Format
Link copied to clipboard
val
columnFormat
:
String
?
=
null
A timestamp format for the timestamps in the dataset
column
Name
Link copied to clipboard
val
columnName
:
String
?
=
null
The name of the timestamp column.