Class Hl7StoreArgs


  • public final class Hl7StoreArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • dataset

        public com.pulumi.core.Output<java.lang.String> dataset()
        Returns:
        Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}' ***
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> labels()
        Returns:
        User-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The resource name for the Hl7V2Store. ** Changing this property may recreate the Hl7v2 store (removing all data) **
      • notificationConfig

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<Hl7StoreNotificationConfigArgs>> notificationConfig()
        Deprecated.
        `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
        Returns:
        (Optional, Deprecated) A nested object resource Structure is documented below. > **Warning:** `notification_config` is deprecated and will be removed in a future major release. Use `notification_configs` instead.
      • notificationConfigs

        public java.util.Optional<com.pulumi.core.Output<java.util.List<Hl7StoreNotificationConfigsArgs>>> notificationConfigs()
        Returns:
        A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client. Structure is documented below.
      • parserConfig

        public java.util.Optional<com.pulumi.core.Output<Hl7StoreParserConfigArgs>> parserConfig()
        Returns:
        A nested object resource Structure is documented below.