Interface PubsubSubscriptionExpirationPolicy

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

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

      • getTtl

        @Stability(Stable)
        @NotNull
        String getTtl()
        Specifies the "time-to-live" duration for an associated resource.

        The resource expires if it is not active for a period of ttl. If ttl is set to "", the associated resource never expires. A duration in seconds with up to nine fractional digits, terminated by 's'. Example - "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/pubsub_subscription#ttl PubsubSubscription#ttl}