Schema Mapping Args
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)