Hl7Schema Config Args
data class Hl7SchemaConfigArgs(val messageSchemaConfigs: Output<Map<String, String>>? = null, val version: Output<List<VersionSourceArgs>>? = null) : ConvertibleToJava<Hl7SchemaConfigArgs>
Root config message for HL7v2 schema. This contains a schema structure of groups and segments, and filters that determine which messages to apply the schema structure to.
Constructors
Link copied to clipboard
fun Hl7SchemaConfigArgs(messageSchemaConfigs: Output<Map<String, String>>? = null, version: Output<List<VersionSourceArgs>>? = null)