Dicom Store Notification Config Args
data class DicomStoreNotificationConfigArgs(val pubsubTopic: Output<String>, val sendForBulkImport: Output<Boolean>? = null) : ConvertibleToJava<DicomStoreNotificationConfigArgs>
Properties
Link copied to clipboard
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.
Link copied to clipboard
Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.