Skip to main content

studio_session_mappings

Retrieves a list of studio_session_mappings in a region

Overview

Namestudio_session_mappings
TypeResource
Descriptionstudio_session_mappings
Idawscc.emr.studio_session_mappings

Fields

NameDatatypeDescription
studio_idstringThe ID of the Amazon EMR Studio to which the user or group will be mapped.
identity_typestringSpecifies whether the identity to map to the Studio is a user or a group.
identity_namestringThe name of the user or group. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
studio_id,
identity_type,
identity_name
FROM awscc.emr.studio_session_mappings
WHERE region = 'us-east-1'

Permissions

To operate on the studio_session_mappings resource, the following permissions are required:

Create

elasticmapreduce:CreateStudioSessionMapping,
sso-directory:SearchUsers,
sso-directory:SearchGroups,
sso-directory:DescribeUser,
sso-directory:DescribeGroup,
sso:ListDirectoryAssociations,
sso:GetProfile,
sso:ListProfiles,
sso:AssociateProfile

List

elasticmapreduce:ListStudioSessionMappings