com.faendir.awscdkkt.generated.services.athena.ResultConfigurationUpdatesPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.athena
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.athena.CfnWorkGroup
@Generated
public fun buildResultConfigurationUpdatesProperty(initializer: @AwsCdkDsl
CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder.() -> Unit = {}):
CfnWorkGroup.ResultConfigurationUpdatesProperty =
CfnWorkGroup.ResultConfigurationUpdatesProperty.Builder().apply(initializer).build()