Interface PubsubTopicMessageStoragePolicy

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

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

      • getAllowedPersistenceRegions

        @Stability(Stable)
        @NotNull
        List<String> getAllowedPersistenceRegions()
        A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage.

        Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_topic#allowed_persistence_regions PubsubTopic#allowed_persistence_regions}