![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.lookoutmetrics.cfnAnomalyDetector.TimestampColumnProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.lookoutmetrics.cfnAnomalyDetector
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object TimestampColumnProperty {
def apply(
columnName: Option[String] = None,
columnFormat: Option[String] = None
): software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.TimestampColumnProperty =
(new software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.TimestampColumnProperty.Builder)
.columnName(columnName.orNull)
.columnFormat(columnFormat.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy