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