libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

Description

 
Synopsis

Documentation

data AwsIamAccessKeySessionContext Source #

Provides information about the session that the key was used for.

See: newAwsIamAccessKeySessionContext smart constructor.

Constructors

AwsIamAccessKeySessionContext' 

Fields

Instances

Instances details
Eq AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

Read AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

Show AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

Generic AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

Associated Types

type Rep AwsIamAccessKeySessionContext :: Type -> Type #

NFData AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

Hashable AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

ToJSON AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

FromJSON AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

type Rep AwsIamAccessKeySessionContext Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext

type Rep AwsIamAccessKeySessionContext = D1 ('MetaData "AwsIamAccessKeySessionContext" "Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContext" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsIamAccessKeySessionContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsIamAccessKeySessionContextAttributes)) :*: S1 ('MetaSel ('Just "sessionIssuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsIamAccessKeySessionContextSessionIssuer))))

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.