Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface SessionMappingDetail

Details for an Amazon EMR Studio session mapping including creation time, user or group ID, Studio ID, and so on.

Hierarchy

  • SessionMappingDetail

Properties

CreationTime?: Date

The time the session mapping was created.

IdentityId?: string

The globally unique identifier (GUID) of the user or group.

IdentityName?: string

The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.

IdentityType?: string

Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

LastModifiedTime?: Date

The time the session mapping was last modified.

SessionPolicyArn?: string

The Amazon Resource Name (ARN) of the session policy associated with the user or group.

StudioId?: string

The ID of the Amazon EMR Studio.