studio_session_mappings_list_only
Lists studio_session_mappings
in a region or regions, for all properties use studio_session_mappings
Overview
Name | studio_session_mappings_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.emr.studio_session_mappings_list_only |
Fields
Name | Datatype | Description |
---|---|---|
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. |
identity_type | string | Specifies whether the identity to map to the Studio is a user or a group. |
studio_id | string | The ID of the Amazon EMR Studio to which the user or group will be mapped. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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