com.faendir.awscdkkt.generated.services.sagemaker.InferenceComponentStartupParametersPropertyDsl.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.CfnInferenceComponent
@Generated
public fun buildInferenceComponentStartupParametersProperty(initializer: @AwsCdkDsl
CfnInferenceComponent.InferenceComponentStartupParametersProperty.Builder.() -> Unit = {}):
CfnInferenceComponent.InferenceComponentStartupParametersProperty =
CfnInferenceComponent.InferenceComponentStartupParametersProperty.Builder().apply(initializer).build()