mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 03:10:30 -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:
|
description:
|
||||||
- A policy that specifies the conditions for dead lettering messages in this subscription.
|
- A policy that specifies the conditions for dead lettering messages in this subscription.
|
||||||
If dead_letter_policy is not set, dead lettering is disabled.
|
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)
|
project (i.e., service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com)
|
||||||
must have permission to Acknowledge() messages on this subscription.
|
must have permission to Acknowledge() messages on this subscription.
|
||||||
required: false
|
required: false
|
||||||
|
@ -476,9 +476,9 @@ deadLetterPolicy:
|
||||||
description:
|
description:
|
||||||
- A policy that specifies the conditions for dead lettering messages in this subscription.
|
- A policy that specifies the conditions for dead lettering messages in this subscription.
|
||||||
If dead_letter_policy is not set, dead lettering is disabled.
|
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
|
||||||
project (i.e., service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com)
|
(i.e., service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com) must have
|
||||||
must have permission to Acknowledge() messages on this subscription.
|
permission to Acknowledge() messages on this subscription.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
|
|
@ -248,7 +248,7 @@ resources:
|
||||||
description:
|
description:
|
||||||
- A policy that specifies the conditions for dead lettering messages in this
|
- A policy that specifies the conditions for dead lettering messages in this
|
||||||
subscription. If dead_letter_policy is not set, dead lettering is disabled.
|
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)
|
project (i.e., service-{project_number}@gcp-sa-pubsub.iam.gserviceaccount.com)
|
||||||
must have permission to Acknowledge() messages on this subscription.
|
must have permission to Acknowledge() messages on this subscription.
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -331,7 +331,7 @@ options:
|
||||||
type: dict
|
type: dict
|
||||||
disk_encryption_configuration:
|
disk_encryption_configuration:
|
||||||
description:
|
description:
|
||||||
- Disk encyption settings.
|
- Disk encryption settings.
|
||||||
required: false
|
required: false
|
||||||
type: dict
|
type: dict
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -342,7 +342,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
disk_encryption_status:
|
disk_encryption_status:
|
||||||
description:
|
description:
|
||||||
- Disk encyption status.
|
- Disk encryption status.
|
||||||
required: false
|
required: false
|
||||||
type: dict
|
type: dict
|
||||||
suboptions:
|
suboptions:
|
||||||
|
@ -734,7 +734,7 @@ state:
|
||||||
type: str
|
type: str
|
||||||
diskEncryptionConfiguration:
|
diskEncryptionConfiguration:
|
||||||
description:
|
description:
|
||||||
- Disk encyption settings.
|
- Disk encryption settings.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
@ -745,7 +745,7 @@ diskEncryptionConfiguration:
|
||||||
type: str
|
type: str
|
||||||
diskEncryptionStatus:
|
diskEncryptionStatus:
|
||||||
description:
|
description:
|
||||||
- Disk encyption status.
|
- Disk encryption status.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
|
|
@ -434,7 +434,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
diskEncryptionConfiguration:
|
diskEncryptionConfiguration:
|
||||||
description:
|
description:
|
||||||
- Disk encyption settings.
|
- Disk encryption settings.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
@ -445,7 +445,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
diskEncryptionStatus:
|
diskEncryptionStatus:
|
||||||
description:
|
description:
|
||||||
- Disk encyption status.
|
- Disk encryption status.
|
||||||
returned: success
|
returned: success
|
||||||
type: complex
|
type: complex
|
||||||
contains:
|
contains:
|
||||||
|
|
Loading…
Add table
Reference in a new issue