Interface HealthcareHl7V2StoreConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
HealthcareHl7V2StoreConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.536Z") @Stability(Stable) public interface HealthcareHl7V2StoreConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareHl7V2StoreConfig.BuilderA builder forHealthcareHl7V2StoreConfigstatic classHealthcareHl7V2StoreConfig.Jsii$ProxyAn implementation forHealthcareHl7V2StoreConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HealthcareHl7V2StoreConfig.Builderbuilder()StringgetDataset()Identifies the dataset addressed by this request.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#id HealthcareHl7V2Store#id}.default Map<String,String>getLabels()User-supplied key-value pairs used to organize HL7v2 stores.StringgetName()The resource name for the Hl7V2Store.default HealthcareHl7V2StoreNotificationConfiggetNotificationConfig()notification_config block.default ObjectgetNotificationConfigs()notification_configs block.default HealthcareHl7V2StoreParserConfiggetParserConfig()parser_config block.default ObjectgetRejectDuplicateMessage()Determines whether duplicate messages are allowed.default HealthcareHl7V2StoreTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDataset
@Stability(Stable) @NotNull String getDataset()
Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#dataset HealthcareHl7V2Store#dataset}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name for the Hl7V2Store.** Changing this property may recreate the Hl7v2 store (removing all data) ** Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#name HealthcareHl7V2Store#name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#id HealthcareHl7V2Store#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
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" }. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#labels HealthcareHl7V2Store#labels}
-
getNotificationConfig
@Stability(Stable) @Nullable default HealthcareHl7V2StoreNotificationConfig getNotificationConfig()
notification_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#notification_config HealthcareHl7V2Store#notification_config}
-
getNotificationConfigs
@Stability(Stable) @Nullable default Object getNotificationConfigs()
notification_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#notification_configs HealthcareHl7V2Store#notification_configs}
-
getParserConfig
@Stability(Stable) @Nullable default HealthcareHl7V2StoreParserConfig getParserConfig()
parser_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#parser_config HealthcareHl7V2Store#parser_config}
-
getRejectDuplicateMessage
@Stability(Stable) @Nullable default Object getRejectDuplicateMessage()
Determines whether duplicate messages are allowed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#reject_duplicate_message HealthcareHl7V2Store#reject_duplicate_message}
-
getTimeouts
@Stability(Stable) @Nullable default HealthcareHl7V2StoreTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#timeouts HealthcareHl7V2Store#timeouts}
-
builder
@Stability(Stable) static HealthcareHl7V2StoreConfig.Builder builder()
- Returns:
- a
HealthcareHl7V2StoreConfig.BuilderofHealthcareHl7V2StoreConfig
-
-