libZSservicesZSamazonka-cloudtrailZSamazonka-cloudtrail
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.CloudTrail.Types.LookupAttribute

Description

 
Synopsis

Documentation

data LookupAttribute Source #

Specifies an attribute and value that filter the events returned.

See: newLookupAttribute smart constructor.

Constructors

LookupAttribute' 

Fields

Instances

Instances details
Eq LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

Read LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

Show LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

Generic LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

Associated Types

type Rep LookupAttribute :: Type -> Type #

NFData LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

Methods

rnf :: LookupAttribute -> () #

Hashable LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

ToJSON LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

type Rep LookupAttribute Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.LookupAttribute

type Rep LookupAttribute = D1 ('MetaData "LookupAttribute" "Amazonka.CloudTrail.Types.LookupAttribute" "libZSservicesZSamazonka-cloudtrailZSamazonka-cloudtrail" 'False) (C1 ('MetaCons "LookupAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LookupAttributeKey) :*: S1 ('MetaSel ('Just "attributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLookupAttribute Source #

Create a value of LookupAttribute 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:attributeKey:LookupAttribute', lookupAttribute_attributeKey - Specifies an attribute on which to filter the events returned.

$sel:attributeValue:LookupAttribute', lookupAttribute_attributeValue - Specifies a value for the specified AttributeKey.

lookupAttribute_attributeKey :: Lens' LookupAttribute LookupAttributeKey Source #

Specifies an attribute on which to filter the events returned.

lookupAttribute_attributeValue :: Lens' LookupAttribute Text Source #

Specifies a value for the specified AttributeKey.