com.faendir.awscdkkt.generated.services.personalize.IntegerHyperParameterRangePropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.personalize
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.personalize.CfnSolution
@Generated
public fun buildIntegerHyperParameterRangeProperty(initializer: @AwsCdkDsl
CfnSolution.IntegerHyperParameterRangeProperty.Builder.() -> Unit = {}):
CfnSolution.IntegerHyperParameterRangeProperty =
CfnSolution.IntegerHyperParameterRangeProperty.Builder().apply(initializer).build()