Show / Hide Table of Contents

Class Hl7Store

A Hl7V2Store is a datastore inside a Healthcare dataset that conforms to the FHIR (https://www.hl7.org/hl7V2/STU3/) standard for Healthcare information exchange

To get more information about Hl7V2Store, see:

  • API documentation
  • How-to Guides
  • Creating a HL7v2 Store
Inheritance
System.Object
Resource
CustomResource
Hl7Store
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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
Assembly: Pulumi.Gcp.dll
Syntax
public class Hl7Store : CustomResource

Constructors

View Source

Hl7Store(String, Hl7StoreArgs, CustomResourceOptions)

Create a Hl7Store resource with the given unique name, arguments, and options.

Declaration
public Hl7Store(string name, Hl7StoreArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

Hl7StoreArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Dataset

Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'

Declaration
public Output<string> Dataset { get; }
Property Value
Type Description
Output<System.String>
View Source

Labels

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" }.

Declaration
public Output<ImmutableDictionary<string, string>> Labels { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>>
View Source

Name

The resource name for the Hl7V2Store. ** Changing this property may recreate the Hl7v2 store (removing all data) **

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<System.String>
View Source

NotificationConfig

(Optional, Deprecated) A nested object resource Structure is documented below.

Declaration
public Output<Hl7StoreNotificationConfig> NotificationConfig { get; }
Property Value
Type Description
Output<Hl7StoreNotificationConfig>
View Source

NotificationConfigs

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.

Declaration
public Output<ImmutableArray<Hl7StoreNotificationConfigs>> NotificationConfigs { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<Hl7StoreNotificationConfigs>>
View Source

ParserConfig

A nested object resource Structure is documented below.

Declaration
public Output<Hl7StoreParserConfig> ParserConfig { get; }
Property Value
Type Description
Output<Hl7StoreParserConfig>
View Source

SelfLink

The fully qualified name of this dataset

Declaration
public Output<string> SelfLink { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, Hl7StoreState, CustomResourceOptions)

Get an existing Hl7Store resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Hl7Store Get(string name, Input<string> id, Hl7StoreState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

Hl7StoreState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Hl7Store
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.