Interface HealthcareFhirStoreNotificationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HealthcareFhirStoreNotificationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.521Z") @Stability(Stable) public interface HealthcareFhirStoreNotificationConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareFhirStoreNotificationConfig.BuilderA builder forHealthcareFhirStoreNotificationConfigstatic classHealthcareFhirStoreNotificationConfig.Jsii$ProxyAn implementation forHealthcareFhirStoreNotificationConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HealthcareFhirStoreNotificationConfig.Builderbuilder()StringgetPubsubTopic()The Cloud Pub/Sub topic that notifications of changes are published on.
-
-
-
Method Detail
-
getPubsubTopic
@Stability(Stable) @NotNull String getPubsubTopic()
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_fhir_store#pubsub_topic HealthcareFhirStore#pubsub_topic}
-
builder
@Stability(Stable) static HealthcareFhirStoreNotificationConfig.Builder builder()
-
-