SchemaMappingArgs

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

SchemaMapping defined in AWS Entity Resolution service

Constructors

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

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<TagArgs>>? = null

The tags used to organize, track, or control access for this resource.

Functions

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