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