destination property
Where logs should be saved. Possible string values are:
- "DESTINATION_UNSPECIFIED" : Logs are not preserved.
- "CLOUD_LOGGING" : Logs are streamed to Cloud Logging.
- "PATH" : Logs are saved to a file path.
Implementation
core.String? destination;