Package com.pulumi.gcp.healthcare
Class Hl7StoreArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.healthcare.Hl7StoreArgs
-
public final class Hl7StoreArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Hl7StoreArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static Hl7StoreArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Hl7StoreArgs.Builder
builder()
static Hl7StoreArgs.Builder
builder(Hl7StoreArgs defaults)
com.pulumi.core.Output<java.lang.String>
dataset()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
labels()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<Hl7StoreNotificationConfigArgs>>
notificationConfig()
Deprecated.`notification_config` is deprecated and will be removed in a future major release.java.util.Optional<com.pulumi.core.Output<java.util.List<Hl7StoreNotificationConfigsArgs>>>
notificationConfigs()
java.util.Optional<com.pulumi.core.Output<Hl7StoreParserConfigArgs>>
parserConfig()
-
-
-
Field Detail
-
Empty
public static final Hl7StoreArgs Empty
-
-
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.
-
builder
public static Hl7StoreArgs.Builder builder()
-
builder
public static Hl7StoreArgs.Builder builder(Hl7StoreArgs defaults)
-
-