aws.codecatalyst.list_dev_environment_sessions
Example SQL Queries
SELECT * FROMaws.codecatalyst.list_dev_environment_sessionsWHERE"space_name" = 'VALUE'AND "project_name" = 'VALUE'AND "dev_environment_id" = 'VALUE';Description
Retrieves a list of active sessions for a Dev Environment in a project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dev_environment_id Required Input Column The system-generated unique ID of the Dev Environment. | VARCHAR |
| project_name Required Input Column The name of the project in the space. | VARCHAR |
| space_name Required Input Column The name of the space. | 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
| |
| id The system-generated unique ID of the Dev Environment session. | VARCHAR |
| started_time The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 | TIMESTAMP_S |