Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SessionMappingSummary = SessionMappingSummary' {}
- newSessionMappingSummary :: SessionMappingSummary
- sessionMappingSummary_creationTime :: Lens' SessionMappingSummary (Maybe UTCTime)
- sessionMappingSummary_studioId :: Lens' SessionMappingSummary (Maybe Text)
- sessionMappingSummary_identityType :: Lens' SessionMappingSummary (Maybe IdentityType)
- sessionMappingSummary_identityId :: Lens' SessionMappingSummary (Maybe Text)
- sessionMappingSummary_sessionPolicyArn :: Lens' SessionMappingSummary (Maybe Text)
- sessionMappingSummary_identityName :: Lens' SessionMappingSummary (Maybe Text)
Documentation
data SessionMappingSummary Source #
Details for an Amazon EMR Studio session mapping. The details do not include the time the session mapping was last modified.
See: newSessionMappingSummary
smart constructor.
SessionMappingSummary' | |
|
Instances
newSessionMappingSummary :: SessionMappingSummary Source #
Create a value of SessionMappingSummary
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:SessionMappingSummary'
, sessionMappingSummary_creationTime
- The time the session mapping was created.
$sel:studioId:SessionMappingSummary'
, sessionMappingSummary_studioId
- The ID of the Amazon EMR Studio.
$sel:identityType:SessionMappingSummary'
, sessionMappingSummary_identityType
- Specifies whether the identity mapped to the Amazon EMR Studio is a user
or a group.
$sel:identityId:SessionMappingSummary'
, sessionMappingSummary_identityId
- The globally unique identifier (GUID) of the user or group from the
Amazon Web Services SSO Identity Store.
$sel:sessionPolicyArn:SessionMappingSummary'
, sessionMappingSummary_sessionPolicyArn
- The Amazon Resource Name (ARN) of the session policy associated with the
user or group.
$sel:identityName:SessionMappingSummary'
, sessionMappingSummary_identityName
- The name of the user or group. For more information, see
UserName
and
DisplayName
in the Amazon Web Services SSO Identity Store API Reference.
sessionMappingSummary_creationTime :: Lens' SessionMappingSummary (Maybe UTCTime) Source #
The time the session mapping was created.
sessionMappingSummary_studioId :: Lens' SessionMappingSummary (Maybe Text) Source #
The ID of the Amazon EMR Studio.
sessionMappingSummary_identityType :: Lens' SessionMappingSummary (Maybe IdentityType) Source #
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
sessionMappingSummary_identityId :: Lens' SessionMappingSummary (Maybe Text) Source #
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
sessionMappingSummary_sessionPolicyArn :: Lens' SessionMappingSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
sessionMappingSummary_identityName :: Lens' SessionMappingSummary (Maybe Text) Source #
The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.