| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMR.Types.SessionMappingDetail
Description
Synopsis
- data SessionMappingDetail = SessionMappingDetail' {}
- newSessionMappingDetail :: SessionMappingDetail
- sessionMappingDetail_creationTime :: Lens' SessionMappingDetail (Maybe UTCTime)
- sessionMappingDetail_identityId :: Lens' SessionMappingDetail (Maybe Text)
- sessionMappingDetail_identityName :: Lens' SessionMappingDetail (Maybe Text)
- sessionMappingDetail_identityType :: Lens' SessionMappingDetail (Maybe IdentityType)
- sessionMappingDetail_lastModifiedTime :: Lens' SessionMappingDetail (Maybe UTCTime)
- sessionMappingDetail_sessionPolicyArn :: Lens' SessionMappingDetail (Maybe Text)
- sessionMappingDetail_studioId :: Lens' SessionMappingDetail (Maybe Text)
Documentation
data SessionMappingDetail Source #
Details for an Amazon EMR Studio session mapping including creation time, user or group ID, Studio ID, and so on.
See: newSessionMappingDetail smart constructor.
Constructors
| SessionMappingDetail' | |
Fields
| |
Instances
newSessionMappingDetail :: SessionMappingDetail Source #
Create a value of SessionMappingDetail with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:SessionMappingDetail', sessionMappingDetail_creationTime - The time the session mapping was created.
$sel:identityId:SessionMappingDetail', sessionMappingDetail_identityId - The globally unique identifier (GUID) of the user or group.
$sel:identityName:SessionMappingDetail', sessionMappingDetail_identityName - The name of the user or group. For more information, see
UserName
and
DisplayName
in the IAM Identity Center Identity Store API Reference.
$sel:identityType:SessionMappingDetail', sessionMappingDetail_identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user
or a group.
$sel:lastModifiedTime:SessionMappingDetail', sessionMappingDetail_lastModifiedTime - The time the session mapping was last modified.
$sel:sessionPolicyArn:SessionMappingDetail', sessionMappingDetail_sessionPolicyArn - The Amazon Resource Name (ARN) of the session policy associated with the
user or group.
$sel:studioId:SessionMappingDetail', sessionMappingDetail_studioId - The ID of the Amazon EMR Studio.
sessionMappingDetail_creationTime :: Lens' SessionMappingDetail (Maybe UTCTime) Source #
The time the session mapping was created.
sessionMappingDetail_identityId :: Lens' SessionMappingDetail (Maybe Text) Source #
The globally unique identifier (GUID) of the user or group.
sessionMappingDetail_identityName :: Lens' SessionMappingDetail (Maybe Text) Source #
The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference.
sessionMappingDetail_identityType :: Lens' SessionMappingDetail (Maybe IdentityType) Source #
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
sessionMappingDetail_lastModifiedTime :: Lens' SessionMappingDetail (Maybe UTCTime) Source #
The time the session mapping was last modified.
sessionMappingDetail_sessionPolicyArn :: Lens' SessionMappingDetail (Maybe Text) Source #
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
sessionMappingDetail_studioId :: Lens' SessionMappingDetail (Maybe Text) Source #
The ID of the Amazon EMR Studio.