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 AwsIamAccessKeySessionContextAttributes = AwsIamAccessKeySessionContextAttributes' {}
- newAwsIamAccessKeySessionContextAttributes :: AwsIamAccessKeySessionContextAttributes
- awsIamAccessKeySessionContextAttributes_creationDate :: Lens' AwsIamAccessKeySessionContextAttributes (Maybe Text)
- awsIamAccessKeySessionContextAttributes_mfaAuthenticated :: Lens' AwsIamAccessKeySessionContextAttributes (Maybe Bool)
Documentation
data AwsIamAccessKeySessionContextAttributes Source #
Attributes of the session that the key was used for.
See: newAwsIamAccessKeySessionContextAttributes
smart constructor.
AwsIamAccessKeySessionContextAttributes' | |
|
Instances
newAwsIamAccessKeySessionContextAttributes :: AwsIamAccessKeySessionContextAttributes Source #
Create a value of AwsIamAccessKeySessionContextAttributes
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:AwsIamAccessKeySessionContextAttributes'
, awsIamAccessKeySessionContextAttributes_creationDate
- Indicates when the session was created.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
$sel:mfaAuthenticated:AwsIamAccessKeySessionContextAttributes'
, awsIamAccessKeySessionContextAttributes_mfaAuthenticated
- Indicates whether the session used multi-factor authentication (MFA).
awsIamAccessKeySessionContextAttributes_creationDate :: Lens' AwsIamAccessKeySessionContextAttributes (Maybe Text) Source #
Indicates when the session was created.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
awsIamAccessKeySessionContextAttributes_mfaAuthenticated :: Lens' AwsIamAccessKeySessionContextAttributes (Maybe Bool) Source #
Indicates whether the session used multi-factor authentication (MFA).