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