mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-05-31 14:09:10 -07:00
adding ansible types in documentation (#303)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
72e4cc7214
commit
43536a1e38
81 changed files with 844 additions and 0 deletions
|
@ -51,6 +51,7 @@ options:
|
|||
description:
|
||||
- Name of the topic.
|
||||
required: true
|
||||
type: str
|
||||
kms_key_name:
|
||||
description:
|
||||
- The resource name of the Cloud KMS CryptoKey to be used to protect access to
|
||||
|
@ -58,11 +59,13 @@ options:
|
|||
must have `roles/cloudkms.cryptoKeyEncrypterDecrypter` to use this feature.
|
||||
- The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*` .
|
||||
required: false
|
||||
type: str
|
||||
version_added: 2.9
|
||||
labels:
|
||||
description:
|
||||
- A set of key/value label pairs to assign to this Topic.
|
||||
required: false
|
||||
type: dict
|
||||
version_added: 2.8
|
||||
extends_documentation_fragment: gcp
|
||||
notes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue