Interface HealthcareHl7V2StoreParserConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    HealthcareHl7V2StoreParserConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.538Z")
    @Stability(Stable)
    public interface HealthcareHl7V2StoreParserConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAllowNullHeader

        @Stability(Stable)
        @Nullable
        default Object getAllowNullHeader()
        Determines whether messages with no header are allowed.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#allow_null_header HealthcareHl7V2Store#allow_null_header}

      • getSchema

        @Stability(Stable)
        @Nullable
        default String getSchema()
        JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#schema HealthcareHl7V2Store#schema}

      • getSegmentTerminator

        @Stability(Stable)
        @Nullable
        default String getSegmentTerminator()
        Byte(s) to be used as the segment terminator. If this is unset, '\r' will be used as segment terminator.

        A base64-encoded string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#segment_terminator HealthcareHl7V2Store#segment_terminator}

      • getVersion

        @Stability(Stable)
        @Nullable
        default String getVersion()
        The version of the unschematized parser to be used when a custom 'schema' is not set.

        Default value: "V1" Possible values: ["V1", "V2", "V3"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#version HealthcareHl7V2Store#version}