com.faendir.awscdkkt.generated.services.stepfunctions.tasks.GlueDataBrewStartJobRunPropsDsl.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.GlueDataBrewStartJobRunProps
@Generated
public fun buildGlueDataBrewStartJobRunProps(initializer: @AwsCdkDsl
GlueDataBrewStartJobRunProps.Builder.() -> Unit = {}): GlueDataBrewStartJobRunProps =
GlueDataBrewStartJobRunProps.Builder().apply(initializer).build()