aws.glue.get_session
Example SQL Queries
SELECT * FROMaws.glue.get_sessionWHERE"id" = 'VALUE';Description
Retrieves the session.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the session. | VARCHAR |
| request_origin Input Column The origin of the request. | 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 |
| session The session object is returned in the response. | STRUCT( |
Show child fields
| |