VersionSourceArgs

data class VersionSourceArgs(val mshField: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<VersionSourceArgs>

Describes a selector for extracting and matching an MSH field to a value.

Constructors

Link copied to clipboard
constructor(mshField: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val mshField: Output<String>? = null

The field to extract from the MSH segment. For example, "3.1" or "181.1".

Link copied to clipboard
val value: Output<String>? = null

The value to match with the field. For example, "My Application Name" or "2.3".

Functions

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