emr_get_studio_session_mapping: Fetches mapping details for the specified Amazon EMR Studio...

View source: R/emr_operations.R

emr_get_studio_session_mappingR Documentation

Fetches mapping details for the specified Amazon EMR Studio and identity (user or group)

Description

Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).

See https://www.paws-r-sdk.com/docs/emr_get_studio_session_mapping/ for full documentation.

Usage

emr_get_studio_session_mapping(
  StudioId,
  IdentityId = NULL,
  IdentityName = NULL,
  IdentityType
)

Arguments

StudioId

[required] The ID of the Amazon EMR Studio.

IdentityId

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.

IdentityName

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.

IdentityType

[required] Specifies whether the identity to fetch is a user or a group.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.