com.faendir.awscdkkt.generated.services.athena.WorkGroupConfigurationUpdatesPropertyDsl.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 buildWorkGroupConfigurationUpdatesProperty(initializer: @AwsCdkDsl
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder.() -> Unit = {}):
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty =
CfnWorkGroup.WorkGroupConfigurationUpdatesProperty.Builder().apply(initializer).build()