com.faendir.awscdkkt.generated.services.entityresolution.OutputSourcePropertyDsl.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 buildOutputSourceProperty(initializer: @AwsCdkDsl
CfnMatchingWorkflow.OutputSourceProperty.Builder.() -> Unit = {}):
CfnMatchingWorkflow.OutputSourceProperty =
CfnMatchingWorkflow.OutputSourceProperty.Builder().apply(initializer).build()