com.faendir.awscdkkt.generated.services.sagemaker.VariantPropertyPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.sagemaker
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.sagemaker.CfnEndpoint
@Generated
public fun buildVariantPropertyProperty(initializer: @AwsCdkDsl
CfnEndpoint.VariantPropertyProperty.Builder.() -> Unit = {}):
CfnEndpoint.VariantPropertyProperty =
CfnEndpoint.VariantPropertyProperty.Builder().apply(initializer).build()