LogExportConfigCreateRequest
LogExportConfigCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| access_key required | Access key Example : 13952a8851244213f2de8d95069bf161 | any of [string, null] | |
| bucket_name required | Bucket name Example : examplebucket | string | |
| delete_on_export required | Delete on export Example : True | any of [boolean, null] | |
| log_type required | Log type Example : alert | string | |
| schedule_day_of_month required | Schedule day of month Example : 28Pattern : ^(-1|[1-9]|1[0-9]|2[0-9]|3[0-1])$ | any of [string, null] | |
| schedule_day_of_week required | Schedule day of week Example : MON | any of [enum (MON, TUE, WED, THU, FRI, SAT, SUN), null] | |
| schedule_frequency_type required | Schedule frequency type Example : DAY | any of [string, null] | |
| schedule_hour required | Schedule hour Example : 12Pattern : ^(\d|1\d|2[0-3])$ | any of [string, null] | |
| secret_key required | Secret key Example : secretkey | any of [string, null] |