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