Package com.pulumi.gcp.healthcare.inputs
Class FhirStoreNotificationConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.healthcare.inputs.FhirStoreNotificationConfigArgs
-
public final class FhirStoreNotificationConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FhirStoreNotificationConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static FhirStoreNotificationConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FhirStoreNotificationConfigArgs.Builder
builder()
static FhirStoreNotificationConfigArgs.Builder
builder(FhirStoreNotificationConfigArgs defaults)
com.pulumi.core.Output<java.lang.String>
pubsubTopic()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
sendFullResource()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
sendPreviousResourceOnDelete()
-
-
-
Field Detail
-
Empty
public static final FhirStoreNotificationConfigArgs Empty
-
-
Method Detail
-
pubsubTopic
public com.pulumi.core.Output<java.lang.String> pubsubTopic()
- Returns:
- 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. [email protected] must have publisher permissions on the given Cloud Pub/Sub topic. Not having adequate permissions will cause the calls that send notifications to fail.
-
sendFullResource
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> sendFullResource()
- Returns:
- Whether to send full FHIR resource to this Pub/Sub topic for Create and Update operation. Note that setting this to true does not guarantee that all resources will be sent in the format of full FHIR resource. When a resource change is too large or during heavy traffic, only the resource name will be sent. Clients should always check the "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full resource as a separate operation.
-
sendPreviousResourceOnDelete
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> sendPreviousResourceOnDelete()
- Returns:
- Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR resource. Note that setting this to true does not guarantee that all previous resources will be sent in the format of full FHIR resource. When a resource change is too large or during heavy traffic, only the resource name will be sent. Clients should always check the "payloadType" label from a Pub/Sub message to determine whether it needs to fetch the full previous resource as a separate operation.
-
builder
public static FhirStoreNotificationConfigArgs.Builder builder()
-
builder
public static FhirStoreNotificationConfigArgs.Builder builder(FhirStoreNotificationConfigArgs defaults)
-
-