Added stackdriver_logging_config to cloud_tasks_queue resource (#4077) (#305)

* cloud_tasks_queue - add logging config

* add example for cloud task fields

* fix tab vs spaces in rb files. Added required to solitary nested field

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-10-09 16:51:57 -07:00 committed by GitHub
parent c0f747b910
commit 94c2d40382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 0 deletions

View file

@ -235,6 +235,19 @@ resources:
- The last time this queue was purged.
returned: success
type: str
stackdriverLoggingConfig:
description:
- Configuration options for writing logs to Stackdriver Logging.
returned: success
type: complex
contains:
samplingRatio:
description:
- Specifies the fraction of operations to write to Stackdriver Logging.
- This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is
the default and means that no operations are logged.
returned: success
type: str
status:
description:
- The current state of the queue.