Edifact Validation Override Args
data class EdifactValidationOverrideArgs(val allowLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, val enforceCharacterSet: Output<Boolean>, val messageId: Output<String>, val trailingSeparatorPolicy: Output<Either<String, TrailingSeparatorPolicy>>, val trimLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, val validateEDITypes: Output<Boolean>, val validateXSDTypes: Output<Boolean>) : ConvertibleToJava<EdifactValidationOverrideArgs>
The Edifact validation override settings.
Constructors
Link copied to clipboard
constructor(allowLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, enforceCharacterSet: Output<Boolean>, messageId: Output<String>, trailingSeparatorPolicy: Output<Either<String, TrailingSeparatorPolicy>>, trimLeadingAndTrailingSpacesAndZeroes: Output<Boolean>, validateEDITypes: Output<Boolean>, validateXSDTypes: Output<Boolean>)
Properties
Link copied to clipboard
The value indicating whether to allow leading and trailing spaces and zeroes.
Link copied to clipboard
The value indicating whether to validate character Set.
Link copied to clipboard
The trailing separator policy.
Link copied to clipboard
The value indicating whether to trim leading and trailing spaces and zeroes.
Link copied to clipboard
The value indicating whether to validate EDI types.
Link copied to clipboard
The value indicating whether to validate XSD types.