aws.drs.describe_job_log_items
Example SQL Queries
SELECT * FROMaws.drs.describe_job_log_itemsWHERE"job_id" = 'VALUE';Description
Retrieves a detailed Job log with pagination.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The ID of the Job for which Job log items will be retrieved. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| event The event represents the type of a log. | VARCHAR |
| event_data Metadata associated with a Job log. | STRUCT( |
Show child fields
| |
| log_date_time The date and time the log was taken. | VARCHAR |