aws.glue.list_sessions
Example SQL Queries
SELECT * FROMaws.glue.list_sessions;Description
Retrieve a list of sessions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results. | BIGINT |
| next_token Input Column The token for the next set of results, or null if there are no more result. | VARCHAR |
| request_origin Input Column The origin of the request. | VARCHAR |
| tags Input Column Tags belonging to the session. | MAP(VARCHAR, 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 |
| ids Returns the ID of the session. | VARCHAR[] |
Show child fields
| |
| sessions Returns the session object. | STRUCT( |
Show child fields
| |