aws.deadline.list_sessions_for_worker
Example SQL Queries
SELECT * FROMaws.deadline.list_sessions_for_workerWHERE"farm_id" = 'VALUE'AND "fleet_id" = 'VALUE'AND "worker_id" = 'VALUE';Description
Lists sessions for a worker.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID for the session. | VARCHAR |
| fleet_id Required Input Column The fleet ID for the session. | VARCHAR |
| worker_id Required Input Column The worker ID for the session. | 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
| |
| ended_at The date and time the resource ended running. | TIMESTAMP_S |
| job_id The job ID for the job associated with the worker's session. | VARCHAR |
| lifecycle_status The life cycle status for the worker's session. | VARCHAR |
| queue_id The queue ID for the queue associated to the worker. | VARCHAR |
| session_id The session ID for the session action. | VARCHAR |
| started_at The date and time the resource started running. | TIMESTAMP_S |
| target_lifecycle_status The life cycle status | VARCHAR |