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