com.faendir.awscdkkt.generated.services.entityresolution.SchemaInputAttributePropertyDsl.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.CfnSchemaMapping
@Generated
public fun buildSchemaInputAttributeProperty(initializer: @AwsCdkDsl
CfnSchemaMapping.SchemaInputAttributeProperty.Builder.() -> Unit = {}):
CfnSchemaMapping.SchemaInputAttributeProperty =
CfnSchemaMapping.SchemaInputAttributeProperty.Builder().apply(initializer).build()