studio_session_mappings
Retrieves a list of studio_session_mappings
in a region
Overview
Name | studio_session_mappings |
Type | Resource |
Description | studio_session_mappings |
Id | awscc.emr.studio_session_mappings |
Fields
Name | Datatype | Description |
---|---|---|
studio_id | string | The ID of the Amazon EMR Studio to which the user or group will be mapped. |
identity_type | string | Specifies whether the identity to map to the Studio is a user or a group. |
identity_name | string | The 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. |
region | string | AWS 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