mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
Pubsub expiration policy docs are unclear about what happens.
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
0ee1fe8fbb
commit
0b6453eb27
2 changed files with 12 additions and 16 deletions
|
@ -221,18 +221,16 @@ resources:
|
|||
- A subscription is considered active as long as any connected subscriber is
|
||||
successfully consuming messages from the subscription or is issuing operations
|
||||
on the subscription. If expirationPolicy is not set, a default policy with
|
||||
ttl of 31 days will be used. The minimum allowed value for expirationPolicy.ttl
|
||||
is 1 day.
|
||||
ttl of 31 days will be used. If it is set but left empty, the resource never
|
||||
expires. The minimum allowed value for expirationPolicy.ttl is 1 day.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
ttl:
|
||||
description:
|
||||
- Specifies the "time-to-live" duration for an associated resource. The
|
||||
resource expires if it is not active for a period of ttl. The definition
|
||||
of "activity" depends on the type of the associated resource. The minimum
|
||||
and maximum allowed values for ttl depend on the type of the associated
|
||||
resource, as well. If ttl is not set, the associated resource never expires.
|
||||
resource expires if it is not active for a period of ttl.
|
||||
- If ttl is not set, the associated resource never expires.
|
||||
- A duration in seconds with up to nine fractional digits, terminated by
|
||||
's'.
|
||||
- Example - "3.5s".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue