SchemaMappingArgs

data class SchemaMappingArgs(val description: Output<String>? = null, val mappedInputFields: Output<List<SchemaMappingSchemaInputAttributeArgs>>? = null, val schemaName: Output<String>? = null, val tags: Output<List<SchemaMappingTagArgs>>? = null) : ConvertibleToJava<SchemaMappingArgs>

SchemaMapping defined in AWS Entity Resolution service

Constructors

Link copied to clipboard
fun SchemaMappingArgs(description: Output<String>? = null, mappedInputFields: Output<List<SchemaMappingSchemaInputAttributeArgs>>? = null, schemaName: Output<String>? = null, tags: Output<List<SchemaMappingTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SchemaMappingArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the SchemaMapping

Link copied to clipboard

The SchemaMapping attributes input

Link copied to clipboard
val schemaName: Output<String>? = null

The name of the SchemaMapping

Link copied to clipboard
val tags: Output<List<SchemaMappingTagArgs>>? = null