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