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