The Amazon EMR Studio APIs are in preview release for Amazon EMR and are subject to change.
Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).
emr_get_studio_session_mapping(StudioId, IdentityId, IdentityName,
IdentityType)
[required] The ID of the Amazon EMR Studio.
The name of the user or group to fetch. For more information, see
UserName
and
DisplayName
in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.
[required] Specifies whether the identity to fetch is a user or a group.
A list with the following syntax:
list( SessionMapping = list( StudioId = "string", IdentityId = "string", IdentityName = "string", IdentityType = "USER"|"GROUP", SessionPolicyArn = "string", CreationTime = as.POSIXct( "2015-01-01" ), LastModifiedTime = as.POSIXct( "2015-01-01" ) ) )
svc$get_studio_session_mapping( StudioId = "string", IdentityId = "string", IdentityName = "string", IdentityType = "USER"|"GROUP" )