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.AwsIamAccessKeySessionContextSessionIssuer

Description

 
Synopsis

Documentation

data AwsIamAccessKeySessionContextSessionIssuer Source #

Information about the entity that created the session.

See: newAwsIamAccessKeySessionContextSessionIssuer smart constructor.

Constructors

AwsIamAccessKeySessionContextSessionIssuer' 

Fields

  • principalId :: Maybe Text

    The principal ID of the principal (user, role, or group) that created the session.

  • arn :: Maybe Text

    The ARN of the session.

  • userName :: Maybe Text

    The name of the principal that created the session.

  • accountId :: Maybe Text

    The identifier of the Amazon Web Services account that created the session.

  • type' :: Maybe Text

    The type of principal (user, role, or group) that created the session.

Instances

Instances details
Eq AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

Read AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

Show AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

Generic AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

NFData AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

Hashable AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

ToJSON AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

FromJSON AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

type Rep AwsIamAccessKeySessionContextSessionIssuer Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer

type Rep AwsIamAccessKeySessionContextSessionIssuer = D1 ('MetaData "AwsIamAccessKeySessionContextSessionIssuer" "Amazonka.SecurityHub.Types.AwsIamAccessKeySessionContextSessionIssuer" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsIamAccessKeySessionContextSessionIssuer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAwsIamAccessKeySessionContextSessionIssuer :: AwsIamAccessKeySessionContextSessionIssuer Source #

Create a value of AwsIamAccessKeySessionContextSessionIssuer 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:principalId:AwsIamAccessKeySessionContextSessionIssuer', awsIamAccessKeySessionContextSessionIssuer_principalId - The principal ID of the principal (user, role, or group) that created the session.

$sel:arn:AwsIamAccessKeySessionContextSessionIssuer', awsIamAccessKeySessionContextSessionIssuer_arn - The ARN of the session.

$sel:userName:AwsIamAccessKeySessionContextSessionIssuer', awsIamAccessKeySessionContextSessionIssuer_userName - The name of the principal that created the session.

$sel:accountId:AwsIamAccessKeySessionContextSessionIssuer', awsIamAccessKeySessionContextSessionIssuer_accountId - The identifier of the Amazon Web Services account that created the session.

$sel:type':AwsIamAccessKeySessionContextSessionIssuer', awsIamAccessKeySessionContextSessionIssuer_type - The type of principal (user, role, or group) that created the session.

awsIamAccessKeySessionContextSessionIssuer_principalId :: Lens' AwsIamAccessKeySessionContextSessionIssuer (Maybe Text) Source #

The principal ID of the principal (user, role, or group) that created the session.

awsIamAccessKeySessionContextSessionIssuer_accountId :: Lens' AwsIamAccessKeySessionContextSessionIssuer (Maybe Text) Source #

The identifier of the Amazon Web Services account that created the session.

awsIamAccessKeySessionContextSessionIssuer_type :: Lens' AwsIamAccessKeySessionContextSessionIssuer (Maybe Text) Source #

The type of principal (user, role, or group) that created the session.