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