Class HealthcareDicomStoreNotificationConfig.Jsii$Proxy

    • Method Detail

      • getPubsubTopic

        public final String getPubsubTopic()
        Description copied from interface: HealthcareDicomStoreNotificationConfig
        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/5.43.1/docs/resources/healthcare_dicom_store#pubsub_topic HealthcareDicomStore#pubsub_topic}

        Specified by:
        getPubsubTopic in interface HealthcareDicomStoreNotificationConfig
      • getSendForBulkImport

        public final Object getSendForBulkImport()
        Description copied from interface: HealthcareDicomStoreNotificationConfig
        Indicates whether or not to send Pub/Sub notifications on bulk import. Only supported for DICOM imports.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_dicom_store#send_for_bulk_import HealthcareDicomStore#send_for_bulk_import}

        Specified by:
        getSendForBulkImport in interface HealthcareDicomStoreNotificationConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object