destination property
If and where logs should be saved. Possible string values are:
- "DESTINATION_UNSPECIFIED" : (Default) Logs are not preserved.
- "CLOUD_LOGGING" : Logs are streamed to Cloud Logging. Optionally, you
can configure additional settings in the
cloudLoggingOption
field. - "PATH" : Logs are saved to the file path specified in the
logsPath
field.
Implementation
core.String? destination;