mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 18:30:27 -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:
|
||||
|
|
|
@ -248,7 +248,7 @@ resources:
|
|||
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.
|
||||
returned: success
|
||||
|
|
|
@ -331,7 +331,7 @@ options:
|
|||
type: dict
|
||||
disk_encryption_configuration:
|
||||
description:
|
||||
- Disk encyption settings.
|
||||
- Disk encryption settings.
|
||||
required: false
|
||||
type: dict
|
||||
suboptions:
|
||||
|
@ -342,7 +342,7 @@ options:
|
|||
type: str
|
||||
disk_encryption_status:
|
||||
description:
|
||||
- Disk encyption status.
|
||||
- Disk encryption status.
|
||||
required: false
|
||||
type: dict
|
||||
suboptions:
|
||||
|
@ -734,7 +734,7 @@ state:
|
|||
type: str
|
||||
diskEncryptionConfiguration:
|
||||
description:
|
||||
- Disk encyption settings.
|
||||
- Disk encryption settings.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
@ -745,7 +745,7 @@ diskEncryptionConfiguration:
|
|||
type: str
|
||||
diskEncryptionStatus:
|
||||
description:
|
||||
- Disk encyption status.
|
||||
- Disk encryption status.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
|
@ -434,7 +434,7 @@ resources:
|
|||
type: str
|
||||
diskEncryptionConfiguration:
|
||||
description:
|
||||
- Disk encyption settings.
|
||||
- Disk encryption settings.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
@ -445,7 +445,7 @@ resources:
|
|||
type: str
|
||||
diskEncryptionStatus:
|
||||
description:
|
||||
- Disk encyption status.
|
||||
- Disk encryption status.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
|
|
Loading…
Add table
Reference in a new issue