Documentation ¶
Index ¶
- func GoogleHealthcareHl7V2Store_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleHealthcareHl7V2Store_IsConstruct(x interface{}) *bool
- func GoogleHealthcareHl7V2Store_IsTerraformElement(x interface{}) *bool
- func GoogleHealthcareHl7V2Store_IsTerraformResource(x interface{}) *bool
- func GoogleHealthcareHl7V2Store_TfResourceType() *string
- func NewGoogleHealthcareHl7V2StoreNotificationConfigOutputReference_Override(g GoogleHealthcareHl7V2StoreNotificationConfigOutputReference, ...)
- func NewGoogleHealthcareHl7V2StoreNotificationConfigsList_Override(g GoogleHealthcareHl7V2StoreNotificationConfigsList, ...)
- func NewGoogleHealthcareHl7V2StoreNotificationConfigsOutputReference_Override(g GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference, ...)
- func NewGoogleHealthcareHl7V2StoreParserConfigOutputReference_Override(g GoogleHealthcareHl7V2StoreParserConfigOutputReference, ...)
- func NewGoogleHealthcareHl7V2StoreTimeoutsOutputReference_Override(g GoogleHealthcareHl7V2StoreTimeoutsOutputReference, ...)
- func NewGoogleHealthcareHl7V2Store_Override(g GoogleHealthcareHl7V2Store, scope constructs.Construct, id *string, ...)
- type GoogleHealthcareHl7V2Store
- type GoogleHealthcareHl7V2StoreConfig
- type GoogleHealthcareHl7V2StoreNotificationConfig
- type GoogleHealthcareHl7V2StoreNotificationConfigOutputReference
- type GoogleHealthcareHl7V2StoreNotificationConfigs
- type GoogleHealthcareHl7V2StoreNotificationConfigsList
- type GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference
- type GoogleHealthcareHl7V2StoreParserConfig
- type GoogleHealthcareHl7V2StoreParserConfigOutputReference
- type GoogleHealthcareHl7V2StoreTimeouts
- type GoogleHealthcareHl7V2StoreTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleHealthcareHl7V2Store_GenerateConfigForImport ¶
func GoogleHealthcareHl7V2Store_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleHealthcareHl7V2Store resource upon running "cdktf plan <stack-name>".
func GoogleHealthcareHl7V2Store_IsConstruct ¶
func GoogleHealthcareHl7V2Store_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GoogleHealthcareHl7V2Store_IsTerraformElement ¶
func GoogleHealthcareHl7V2Store_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleHealthcareHl7V2Store_IsTerraformResource ¶
func GoogleHealthcareHl7V2Store_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleHealthcareHl7V2Store_TfResourceType ¶
func GoogleHealthcareHl7V2Store_TfResourceType() *string
func NewGoogleHealthcareHl7V2StoreNotificationConfigOutputReference_Override ¶
func NewGoogleHealthcareHl7V2StoreNotificationConfigOutputReference_Override(g GoogleHealthcareHl7V2StoreNotificationConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleHealthcareHl7V2StoreNotificationConfigsList_Override ¶
func NewGoogleHealthcareHl7V2StoreNotificationConfigsList_Override(g GoogleHealthcareHl7V2StoreNotificationConfigsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleHealthcareHl7V2StoreNotificationConfigsOutputReference_Override ¶
func NewGoogleHealthcareHl7V2StoreNotificationConfigsOutputReference_Override(g GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleHealthcareHl7V2StoreParserConfigOutputReference_Override ¶
func NewGoogleHealthcareHl7V2StoreParserConfigOutputReference_Override(g GoogleHealthcareHl7V2StoreParserConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleHealthcareHl7V2StoreTimeoutsOutputReference_Override ¶
func NewGoogleHealthcareHl7V2StoreTimeoutsOutputReference_Override(g GoogleHealthcareHl7V2StoreTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleHealthcareHl7V2Store_Override ¶
func NewGoogleHealthcareHl7V2Store_Override(g GoogleHealthcareHl7V2Store, scope constructs.Construct, id *string, config *GoogleHealthcareHl7V2StoreConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store google_healthcare_hl7_v2_store} Resource.
Types ¶
type GoogleHealthcareHl7V2Store ¶
type GoogleHealthcareHl7V2Store interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Dataset() *string SetDataset(val *string) DatasetInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EffectiveLabels() cdktf.StringMap // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NotificationConfig() GoogleHealthcareHl7V2StoreNotificationConfigOutputReference NotificationConfigInput() *GoogleHealthcareHl7V2StoreNotificationConfig NotificationConfigs() GoogleHealthcareHl7V2StoreNotificationConfigsList NotificationConfigsInput() interface{} ParserConfig() GoogleHealthcareHl7V2StoreParserConfigOutputReference ParserConfigInput() *GoogleHealthcareHl7V2StoreParserConfig // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RejectDuplicateMessage() interface{} SetRejectDuplicateMessage(val interface{}) RejectDuplicateMessageInput() interface{} SelfLink() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleHealthcareHl7V2StoreTimeoutsOutputReference TimeoutsInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutNotificationConfig(value *GoogleHealthcareHl7V2StoreNotificationConfig) PutNotificationConfigs(value interface{}) PutParserConfig(value *GoogleHealthcareHl7V2StoreParserConfig) PutTimeouts(value *GoogleHealthcareHl7V2StoreTimeouts) ResetId() ResetLabels() ResetNotificationConfig() ResetNotificationConfigs() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetParserConfig() ResetRejectDuplicateMessage() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store google_healthcare_hl7_v2_store}.
func NewGoogleHealthcareHl7V2Store ¶
func NewGoogleHealthcareHl7V2Store(scope constructs.Construct, id *string, config *GoogleHealthcareHl7V2StoreConfig) GoogleHealthcareHl7V2Store
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store google_healthcare_hl7_v2_store} Resource.
type GoogleHealthcareHl7V2StoreConfig ¶
type GoogleHealthcareHl7V2StoreConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // 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-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#dataset GoogleHealthcareHl7V2Store#dataset} Dataset *string `field:"required" json:"dataset" yaml:"dataset"` // 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-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#name GoogleHealthcareHl7V2Store#name} Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#id GoogleHealthcareHl7V2Store#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. Id *string `field:"optional" json:"id" yaml:"id"` // 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-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#labels GoogleHealthcareHl7V2Store#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // notification_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#notification_config GoogleHealthcareHl7V2Store#notification_config} NotificationConfig *GoogleHealthcareHl7V2StoreNotificationConfig `field:"optional" json:"notificationConfig" yaml:"notificationConfig"` // notification_configs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#notification_configs GoogleHealthcareHl7V2Store#notification_configs} NotificationConfigs interface{} `field:"optional" json:"notificationConfigs" yaml:"notificationConfigs"` // parser_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#parser_config GoogleHealthcareHl7V2Store#parser_config} ParserConfig *GoogleHealthcareHl7V2StoreParserConfig `field:"optional" json:"parserConfig" yaml:"parserConfig"` // Determines whether duplicate messages are allowed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#reject_duplicate_message GoogleHealthcareHl7V2Store#reject_duplicate_message} RejectDuplicateMessage interface{} `field:"optional" json:"rejectDuplicateMessage" yaml:"rejectDuplicateMessage"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#timeouts GoogleHealthcareHl7V2Store#timeouts} Timeouts *GoogleHealthcareHl7V2StoreTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleHealthcareHl7V2StoreNotificationConfig ¶
type GoogleHealthcareHl7V2StoreNotificationConfig struct { // The Cloud Pub/Sub topic that notifications of changes are published on. // // Supplied by the client. // PubsubMessage.Data will contain the resource name. PubsubMessage.MessageId is the ID of this message. // It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message // was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a // project. service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com must have publisher permissions on the given // Cloud Pub/Sub topic. Not having adequate permissions will cause the calls that send notifications to fail. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#pubsub_topic GoogleHealthcareHl7V2Store#pubsub_topic} PubsubTopic *string `field:"required" json:"pubsubTopic" yaml:"pubsubTopic"` }
type GoogleHealthcareHl7V2StoreNotificationConfigOutputReference ¶
type GoogleHealthcareHl7V2StoreNotificationConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleHealthcareHl7V2StoreNotificationConfig SetInternalValue(val *GoogleHealthcareHl7V2StoreNotificationConfig) PubsubTopic() *string SetPubsubTopic(val *string) PubsubTopicInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleHealthcareHl7V2StoreNotificationConfigOutputReference ¶
func NewGoogleHealthcareHl7V2StoreNotificationConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleHealthcareHl7V2StoreNotificationConfigOutputReference
type GoogleHealthcareHl7V2StoreNotificationConfigs ¶
type GoogleHealthcareHl7V2StoreNotificationConfigs struct { // The Cloud Pub/Sub topic that notifications of changes are published on. // // Supplied by the client. // PubsubMessage.Data will contain the resource name. PubsubMessage.MessageId is the ID of this message. // It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is the time at which the message // was published. Notifications are only sent if the topic is non-empty. Topic names must be scoped to a // project. service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com must have publisher permissions on the given // Cloud Pub/Sub topic. Not having adequate permissions will cause the calls that send notifications to fail. // // If a notification cannot be published to Cloud Pub/Sub, errors will be logged to Stackdriver // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#pubsub_topic GoogleHealthcareHl7V2Store#pubsub_topic} PubsubTopic *string `field:"required" json:"pubsubTopic" yaml:"pubsubTopic"` // Restricts notifications sent for messages matching a filter. If this is empty, all messages are matched. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings. // // Fields/functions available for filtering are: // // * messageType, from the MSH-9.1 field. For example, NOT messageType = "ADT". // * send_date or sendDate, the YYYY-MM-DD date the message was sent in the dataset's timeZone, from the MSH-7 segment. For example, send_date < "2017-01-02". // * sendTime, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, sendTime < "2017-01-02T00:00:00-05:00". // * sendFacility, the care center that the message came from, from the MSH-4 segment. For example, sendFacility = "ABC". // * PatientId(value, type), which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, PatientId("123456", "MRN"). // * labels.x, a string value of the label with key x as set using the Message.labels map. For example, labels."priority"="high". The operator :* can be used to assert the existence of a label. For example, labels."priority":*. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#filter GoogleHealthcareHl7V2Store#filter} Filter *string `field:"optional" json:"filter" yaml:"filter"` }
type GoogleHealthcareHl7V2StoreNotificationConfigsList ¶
type GoogleHealthcareHl7V2StoreNotificationConfigsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleHealthcareHl7V2StoreNotificationConfigsList ¶
func NewGoogleHealthcareHl7V2StoreNotificationConfigsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleHealthcareHl7V2StoreNotificationConfigsList
type GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference ¶
type GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Filter() *string SetFilter(val *string) FilterInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) PubsubTopic() *string SetPubsubTopic(val *string) PubsubTopicInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetFilter() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleHealthcareHl7V2StoreNotificationConfigsOutputReference ¶
func NewGoogleHealthcareHl7V2StoreNotificationConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference
type GoogleHealthcareHl7V2StoreParserConfig ¶
type GoogleHealthcareHl7V2StoreParserConfig struct { // Determines whether messages with no header are allowed. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#allow_null_header GoogleHealthcareHl7V2Store#allow_null_header} AllowNullHeader interface{} `field:"optional" json:"allowNullHeader" yaml:"allowNullHeader"` // JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#schema GoogleHealthcareHl7V2Store#schema} Schema *string `field:"optional" json:"schema" yaml:"schema"` // Byte(s) to be used as the segment terminator. If this is unset, '\r' will be used as segment terminator. // // A base64-encoded string. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#segment_terminator GoogleHealthcareHl7V2Store#segment_terminator} SegmentTerminator *string `field:"optional" json:"segmentTerminator" yaml:"segmentTerminator"` // The version of the unschematized parser to be used when a custom 'schema' is not set. // // Default value: "V1" Possible values: ["V1", "V2", "V3"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#version GoogleHealthcareHl7V2Store#version} Version *string `field:"optional" json:"version" yaml:"version"` }
type GoogleHealthcareHl7V2StoreParserConfigOutputReference ¶
type GoogleHealthcareHl7V2StoreParserConfigOutputReference interface { cdktf.ComplexObject AllowNullHeader() interface{} SetAllowNullHeader(val interface{}) AllowNullHeaderInput() interface{} // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleHealthcareHl7V2StoreParserConfig SetInternalValue(val *GoogleHealthcareHl7V2StoreParserConfig) Schema() *string SetSchema(val *string) SchemaInput() *string SegmentTerminator() *string SetSegmentTerminator(val *string) SegmentTerminatorInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Version() *string SetVersion(val *string) VersionInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAllowNullHeader() ResetSchema() ResetSegmentTerminator() ResetVersion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleHealthcareHl7V2StoreParserConfigOutputReference ¶
func NewGoogleHealthcareHl7V2StoreParserConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleHealthcareHl7V2StoreParserConfigOutputReference
type GoogleHealthcareHl7V2StoreTimeouts ¶
type GoogleHealthcareHl7V2StoreTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#create GoogleHealthcareHl7V2Store#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#delete GoogleHealthcareHl7V2Store#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.38.0/docs/resources/google_healthcare_hl7_v2_store#update GoogleHealthcareHl7V2Store#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleHealthcareHl7V2StoreTimeoutsOutputReference ¶
type GoogleHealthcareHl7V2StoreTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleHealthcareHl7V2StoreTimeoutsOutputReference ¶
func NewGoogleHealthcareHl7V2StoreTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleHealthcareHl7V2StoreTimeoutsOutputReference
Source Files ¶
- GoogleHealthcareHl7V2StoreConfig.go
- GoogleHealthcareHl7V2StoreNotificationConfig.go
- GoogleHealthcareHl7V2StoreNotificationConfigOutputReference.go
- GoogleHealthcareHl7V2StoreNotificationConfigOutputReference__checks.go
- GoogleHealthcareHl7V2StoreNotificationConfigs.go
- GoogleHealthcareHl7V2StoreNotificationConfigsList.go
- GoogleHealthcareHl7V2StoreNotificationConfigsList__checks.go
- GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference.go
- GoogleHealthcareHl7V2StoreNotificationConfigsOutputReference__checks.go
- GoogleHealthcareHl7V2StoreParserConfig.go
- GoogleHealthcareHl7V2StoreParserConfigOutputReference.go
- GoogleHealthcareHl7V2StoreParserConfigOutputReference__checks.go
- GoogleHealthcareHl7V2StoreTimeouts.go
- GoogleHealthcareHl7V2StoreTimeoutsOutputReference.go
- GoogleHealthcareHl7V2StoreTimeoutsOutputReference__checks.go
- GoogleHealthcareHl7V2Store__checks.go
- googlehealthcarehl7v2store.go
- main.go