Class Hl7StoreParserConfigArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Healthcare.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class Hl7StoreParserConfigArgs : ResourceArgs
Constructors
View SourceHl7StoreParserConfigArgs()
Declaration
public Hl7StoreParserConfigArgs()
Properties
View SourceAllowNullHeader
Determines whether messages with no header are allowed.
Declaration
public Input<bool> AllowNullHeader { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Schema
JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired.
Declaration
public Input<string> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SegmentTerminator
Byte(s) to be used as the segment terminator. If this is unset, '\r' will be used as segment terminator. A base64-encoded string.
Declaration
public Input<string> SegmentTerminator { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |