promote logConfig to GA (#4822) (#423)

Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
This commit is contained in:
The Magician 2021-06-01 15:32:25 -07:00 committed by GitHub
commit 20b59f84ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 110 additions and 0 deletions

View file

@ -494,6 +494,18 @@ resources:
- The grpcServiceName can only be ASCII.
returned: success
type: str
logConfig:
description:
- Configure logging on this health check.
returned: success
type: complex
contains:
enable:
description:
- Indicates whether or not to export logs. This is false by default, which
means no health check logging will be done.
returned: success
type: bool
'''
################################################################################