| 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 |
Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext
Description
Synopsis
- data AwsIamAccessKeySessionContext = AwsIamAccessKeySessionContext' {}
- newAwsIamAccessKeySessionContext :: AwsIamAccessKeySessionContext
- awsIamAccessKeySessionContext_attributes :: Lens' AwsIamAccessKeySessionContext (Maybe AwsIamAccessKeySessionContextAttributes)
- awsIamAccessKeySessionContext_sessionIssuer :: Lens' AwsIamAccessKeySessionContext (Maybe AwsIamAccessKeySessionContextSessionIssuer)
Documentation
data AwsIamAccessKeySessionContext Source #
Provides information about the session that the key was used for.
See: newAwsIamAccessKeySessionContext smart constructor.
Constructors
| AwsIamAccessKeySessionContext' | |
Fields
| |
Instances
newAwsIamAccessKeySessionContext :: AwsIamAccessKeySessionContext Source #
Create a value of AwsIamAccessKeySessionContext 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:attributes:AwsIamAccessKeySessionContext', awsIamAccessKeySessionContext_attributes - Attributes of the session that the key was used for.
$sel:sessionIssuer:AwsIamAccessKeySessionContext', awsIamAccessKeySessionContext_sessionIssuer - Information about the entity that created the session.
awsIamAccessKeySessionContext_attributes :: Lens' AwsIamAccessKeySessionContext (Maybe AwsIamAccessKeySessionContextAttributes) Source #
Attributes of the session that the key was used for.
awsIamAccessKeySessionContext_sessionIssuer :: Lens' AwsIamAccessKeySessionContext (Maybe AwsIamAccessKeySessionContextSessionIssuer) Source #
Information about the entity that created the session.