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