![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.autoscaling.cfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.autoscaling.cfnScalingPolicy
import scala.collection.JavaConverters._
@scala.annotation.nowarn("cat=deprecation")
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object PredictiveScalingCustomizedLoadMetricProperty {
def apply(
metricDataQueries: List[_]
): software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty =
(new software.amazon.awscdk.services.autoscaling.CfnScalingPolicy.PredictiveScalingCustomizedLoadMetricProperty.Builder)
.metricDataQueries(metricDataQueries.asJava)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy