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