Interface PubsubLiteSubscriptionDeliveryConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    PubsubLiteSubscriptionDeliveryConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.466Z")
    @Stability(Stable)
    public interface PubsubLiteSubscriptionDeliveryConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDeliveryRequirement

        @Stability(Stable)
        @NotNull
        String getDeliveryRequirement()
        When this subscription should send messages to subscribers relative to messages persistence in storage. Possible values: ["DELIVER_IMMEDIATELY", "DELIVER_AFTER_STORED", "DELIVERY_REQUIREMENT_UNSPECIFIED"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_lite_subscription#delivery_requirement PubsubLiteSubscription#delivery_requirement}