mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
df7a53b6d4
commit
1dc603f0f3
4 changed files with 11 additions and 11 deletions
|
@ -196,7 +196,7 @@ options:
|
|||
description:
|
||||
- A policy that specifies the conditions for dead lettering messages in this subscription.
|
||||
If dead_letter_policy is not set, dead lettering is disabled.
|
||||
- The Cloud Pub/Sub service account associated with this subscriptions's parent
|
||||
- The Cloud Pub/Sub service account associated with this subscription's parent
|
||||
project (i.e., service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com)
|
||||
must have permission to Acknowledge() messages on this subscription.
|
||||
required: false
|
||||
|
@ -476,9 +476,9 @@ deadLetterPolicy:
|
|||
description:
|
||||
- A policy that specifies the conditions for dead lettering messages in this subscription.
|
||||
If dead_letter_policy is not set, dead lettering is disabled.
|
||||
- The Cloud Pub/Sub service account associated with this subscriptions's parent
|
||||
project (i.e., service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com)
|
||||
must have permission to Acknowledge() messages on this subscription.
|
||||
- The Cloud Pub/Sub service account associated with this subscription's parent project
|
||||
(i.e., service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must have
|
||||
permission to Acknowledge() messages on this subscription.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue