com.faendir.awscdkkt.generated.services.pipes.PipeSourceSelfManagedKafkaParametersPropertyDsl.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 buildPipeSourceSelfManagedKafkaParametersProperty(initializer: @AwsCdkDsl
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder.() -> Unit = {}):
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty =
CfnPipe.PipeSourceSelfManagedKafkaParametersProperty.Builder().apply(initializer).build()