com.faendir.awscdkkt.generated.services.cognito.StringAttributeConstraintsPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.cognito
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.cognito.CfnUserPool
@Generated
public fun buildStringAttributeConstraintsProperty(initializer: @AwsCdkDsl
CfnUserPool.StringAttributeConstraintsProperty.Builder.() -> Unit = {}):
CfnUserPool.StringAttributeConstraintsProperty =
CfnUserPool.StringAttributeConstraintsProperty.Builder().apply(initializer).build()