The Amazon EMR Studio APIs are in preview release for Amazon EMR and are subject to change.
Removes a user or group from an Amazon EMR Studio.
emr_delete_studio_session_mapping(StudioId, IdentityId, IdentityName,
IdentityType)
[required] The ID of the Amazon EMR Studio.
The name of the user name or group to remove from the Studio. 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 delete from the Studio is a user or a group.
An empty list.
svc$delete_studio_session_mapping( StudioId = "string", IdentityId = "string", IdentityName = "string", IdentityType = "USER"|"GROUP" )