Hl7StoreNotificationConfigsArgs

data class Hl7StoreNotificationConfigsArgs(val filter: Output<String>? = null, val pubsubTopic: Output<String>) : ConvertibleToJava<Hl7StoreNotificationConfigsArgs>

Constructors

Link copied to clipboard
constructor(filter: Output<String>? = null, pubsubTopic: Output<String>)

Properties

Link copied to clipboard
val filter: Output<String>? = null

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:

Link copied to clipboard
val pubsubTopic: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): Hl7StoreNotificationConfigsArgs