Class HealthcareFhirStoreNotificationConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.healthcare_fhir_store.HealthcareFhirStoreNotificationConfig.Jsii$Proxy
-
- All Implemented Interfaces:
HealthcareFhirStoreNotificationConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HealthcareFhirStoreNotificationConfig
@Stability(Stable) @Internal public static final class HealthcareFhirStoreNotificationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HealthcareFhirStoreNotificationConfig
An implementation forHealthcareFhirStoreNotificationConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.healthcare_fhir_store.HealthcareFhirStoreNotificationConfig
HealthcareFhirStoreNotificationConfig.Builder, HealthcareFhirStoreNotificationConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HealthcareFhirStoreNotificationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theHealthcareFhirStoreNotificationConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetPubsubTopic()The Cloud Pub/Sub topic that notifications of changes are published on.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(HealthcareFhirStoreNotificationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theHealthcareFhirStoreNotificationConfig.Builder.
-
-
Method Detail
-
getPubsubTopic
public final String getPubsubTopic()
Description copied from interface:HealthcareFhirStoreNotificationConfigThe 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}
- Specified by:
getPubsubTopicin interfaceHealthcareFhirStoreNotificationConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-