com.faendir.awscdkkt.generated.services.stepfunctions.tasks.ConfigurationPropertyDsl.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 buildConfigurationProperty(initializer: @AwsCdkDsl
EmrCreateCluster.ConfigurationProperty.Builder.() -> Unit = {}):
EmrCreateCluster.ConfigurationProperty =
EmrCreateCluster.ConfigurationProperty.Builder().apply(initializer).build()