LogGroupExportTaskDTO

LogGroupExportTaskDTO

NameDescriptionSchemaDefault
account_id
required
Account ID
Example :
string
bucket_name
required
Log group export task bucket name
Example :
string
bucket_path
optional
Bucket Path
Example :
any of [string, null]
completed_at
optional
Log group export task completed date time
Example :
any of [string (date-time), null]
created_at
required
Created date time
Example : 2024-01-15T10:30:00.000Z
string (date-time)
created_by
required
Creator ID
Example : f4b8a4c4017f4f8d8399f0c02582ae47
string
deleted_yn
required
Delete YN
Example :
string
end_at
required
End datetime
Example :
any of [string (date-time), null]
id
required
Log group export task ID
Example :
string
log_group_id
required
Log group ID
Example :
string
log_group_name
optional
Log group name
Example :
any of [string, null]
start_at
required
Start datetime
Example :
any of [string (date-time), null]
state
required
Log group export task status
Example : PENDING
enum (PENDING, IN_PROGRESS, FILE_TRANSFERRING, SUCCESS, FAILED, CANCELING, CANCELED)