emr_list_studio_session_mappings {paws.analytics} | R Documentation |
Returns a list of all user or group session mappings for the Amazon EMR Studio specified by StudioId
Description
Returns a list of all user or group session mappings for the Amazon EMR Studio specified by StudioId
.
See https://www.paws-r-sdk.com/docs/emr_list_studio_session_mappings/ for full documentation.
Usage
emr_list_studio_session_mappings(
StudioId = NULL,
IdentityType = NULL,
Marker = NULL
)
Arguments
StudioId |
The ID of the Amazon EMR Studio. |
IdentityType |
Specifies whether to return session mappings for users or groups. If not specified, the results include session mapping details for both users and groups. |
Marker |
The pagination token that indicates the set of results to retrieve. |
[Package paws.analytics version 0.7.0 Index]