Schema Mapping Schema Input Attribute Args
data class SchemaMappingSchemaInputAttributeArgs(val fieldName: Output<String>, val groupName: Output<String>? = null, val matchKey: Output<String>? = null, val subType: Output<String>? = null, val type: Output<SchemaMappingSchemaAttributeType>) : ConvertibleToJava<SchemaMappingSchemaInputAttributeArgs>
Constructors
Link copied to clipboard
fun SchemaMappingSchemaInputAttributeArgs(fieldName: Output<String>, groupName: Output<String>? = null, matchKey: Output<String>? = null, subType: Output<String>? = null, type: Output<SchemaMappingSchemaAttributeType>)