Class Hl7StoreState
Inherited Members
Namespace: Pulumi.Gcp.Healthcare
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class Hl7StoreState : ResourceArgs
Constructors
View SourceHl7StoreState()
Declaration
public Hl7StoreState()
Properties
View SourceDataset
Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'
Declaration
public Input<string> Dataset { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Name
The resource name for the Hl7V2Store. ** Changing this property may recreate the Hl7v2 store (removing all data) **
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationConfig
(Optional, Deprecated) A nested object resource Structure is documented below.
Declaration
public Input<Hl7StoreNotificationConfigGetArgs> NotificationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<Hl7StoreNotificationConfigGetArgs> |
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 InputList<Hl7StoreNotificationConfigsGetArgs> NotificationConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<Hl7StoreNotificationConfigsGetArgs> |
ParserConfig
A nested object resource Structure is documented below.
Declaration
public Input<Hl7StoreParserConfigGetArgs> ParserConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<Hl7StoreParserConfigGetArgs> |
SelfLink
The fully qualified name of this dataset
Declaration
public Input<string> SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |