aws.emr.get_studio_session_mapping
Example SQL Queries
SELECT * FROMaws.emr.get_studio_session_mappingWHERE"studio_id" = 'VALUE'AND "identity_type" = 'VALUE';Description
Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_type Required Input Column Specifies whether the identity to fetch is a user or a group. | VARCHAR |
| studio_id Required Input Column The ID of the Amazon EMR Studio. | VARCHAR |
| identity_id Input Column The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified. | VARCHAR |
| identity_name Input Column The name of the user or group to fetch. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either IdentityName or IdentityId must be specified. | 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
| |
| session_mapping The session mapping details for the specified Amazon EMR Studio and identity, including session policy ARN and creation time. | STRUCT( |
Show child fields
| |