emr_update_studio_session_mapping {paws.analytics} | R Documentation |
Updates the session policy attached to the user or group for the specified Amazon EMR Studio
Description
Updates the session policy attached to the user or group for the specified Amazon EMR Studio.
See https://www.paws-r-sdk.com/docs/emr_update_studio_session_mapping/ for full documentation.
Usage
emr_update_studio_session_mapping(
StudioId,
IdentityId = NULL,
IdentityName = NULL,
IdentityType,
SessionPolicyArn
)
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 |
The name of the user or group to update. For more information, see
UserName
and
DisplayName
in the IAM Identity Center Identity Store API Reference. Either
|
IdentityType |
[required] Specifies whether the identity to update is a user or a group. |
SessionPolicyArn |
[required] The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group. |