aws.emr.list_studio_session_mappings
Example SQL Queries
SELECT * FROMaws.emr.list_studio_session_mappings;Description
Returns a list of all user or group session mappings for the Amazon EMR Studio specified by StudioId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_type Input Column Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group. | VARCHAR |
| studio_id Input Column The ID of the Amazon EMR Studio. | 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
| |
| creation_time The time the session mapping was created. | TIMESTAMP_S |
| identity_id The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store. | VARCHAR |
| identity_name The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. | VARCHAR |
| session_policy_arn The Amazon Resource Name (ARN) of the session policy associated with the user or group. | VARCHAR |