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