Schema Mapping Schema Input Attribute Args
data class SchemaMappingSchemaInputAttributeArgs(val fieldName: Output<String>, val groupName: Output<String>? = null, val hashed: Output<Boolean>? = null, val matchKey: Output<String>? = null, val subType: Output<String>? = null, val type: Output<SchemaMappingSchemaAttributeType>) : ConvertibleToJava<SchemaMappingSchemaInputAttributeArgs>