Skip to main content

studio_session_mappings_list_only

Lists studio_session_mappings in a region or regions, for all properties use studio_session_mappings

Overview

Namestudio_session_mappings_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.emr.studio_session_mappings_list_only

Fields

NameDatatypeDescription
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.
identity_typestringSpecifies whether the identity to map to the Studio is a user or a group.
session_policy_arnstringThe Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. Session policies refine Studio user permissions without the need to use multiple IAM user roles.
studio_idstringThe ID of the Amazon EMR Studio to which the user or group will be mapped.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all studio_session_mappings in a region.

SELECT
region,
studio_id,
identity_type,
identity_name
FROM aws.emr.studio_session_mappings_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the studio_session_mappings_list_only resource, see studio_session_mappings