aws.deadline.list_sessions
Example SQL Queries
SELECT * FROMaws.deadline.list_sessionsWHERE"farm_id" = 'VALUE'AND "queue_id" = 'VALUE'AND "job_id" = 'VALUE';Description
Lists sessions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID for the list of sessions. | VARCHAR |
| job_id Required Input Column The job ID for the list of sessions. | VARCHAR |
| queue_id Required Input Column The queue ID for the list of sessions | 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 |
| fleet_id The fleet ID. | VARCHAR |
| lifecycle_status The life cycle status for the session. | VARCHAR |
| session_id The session ID. | VARCHAR |
| started_at The date and time the resource started running. | TIMESTAMP_S |
| target_lifecycle_status The target life cycle status for the session. | VARCHAR |
| updated_at The date and time the resource was updated. | TIMESTAMP_S |
| updated_by The user or system that updated this resource. | VARCHAR |
| worker_id The worker ID. | VARCHAR |