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