com.faendir.awscdkkt.generated.services.stepfunctions.tasks.BootstrapActionConfigPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.stepfunctions.tasks
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster
@Generated
public fun buildBootstrapActionConfigProperty(initializer: @AwsCdkDsl
EmrCreateCluster.BootstrapActionConfigProperty.Builder.() -> Unit = {}):
EmrCreateCluster.BootstrapActionConfigProperty =
EmrCreateCluster.BootstrapActionConfigProperty.Builder().apply(initializer).build()