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 |
Documentation
data SessionContextAttributes Source #
Provides information about the context in which temporary security credentials were issued to an entity.
See: newSessionContextAttributes
smart constructor.
SessionContextAttributes' | |
|
Instances
newSessionContextAttributes :: SessionContextAttributes Source #
Create a value of SessionContextAttributes
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:creationDate:SessionContextAttributes'
, sessionContextAttributes_creationDate
- The date and time, in UTC and ISO 8601 format, when the credentials were
issued.
$sel:mfaAuthenticated:SessionContextAttributes'
, sessionContextAttributes_mfaAuthenticated
- Specifies whether the credentials were authenticated with a multi-factor
authentication (MFA) device.
sessionContextAttributes_creationDate :: Lens' SessionContextAttributes (Maybe UTCTime) Source #
The date and time, in UTC and ISO 8601 format, when the credentials were issued.
sessionContextAttributes_mfaAuthenticated :: Lens' SessionContextAttributes (Maybe Bool) Source #
Specifies whether the credentials were authenticated with a multi-factor authentication (MFA) device.