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