Show / Hide Table of Contents

Class Hl7StoreParserConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
Hl7StoreParserConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

Hl7StoreParserConfigArgs()

Declaration
public Hl7StoreParserConfigArgs()

Properties

View Source

AllowNullHeader

Determines whether messages with no header are allowed.

Declaration
public Input<bool> AllowNullHeader { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.