libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
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.AccessAnalyzer.Types.InlineArchiveRule

Description

 
Synopsis

Documentation

data InlineArchiveRule Source #

An criterion statement in an archive rule. Each archive rule may have multiple criteria.

See: newInlineArchiveRule smart constructor.

Constructors

InlineArchiveRule' 

Fields

Instances

Instances details
Eq InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

Read InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

Show InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

Generic InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

Associated Types

type Rep InlineArchiveRule :: Type -> Type #

NFData InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

Methods

rnf :: InlineArchiveRule -> () #

Hashable InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

ToJSON InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

type Rep InlineArchiveRule Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InlineArchiveRule

type Rep InlineArchiveRule = D1 ('MetaData "InlineArchiveRule" "Amazonka.AccessAnalyzer.Types.InlineArchiveRule" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "InlineArchiveRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Criterion)) :*: S1 ('MetaSel ('Just "ruleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInlineArchiveRule Source #

Create a value of InlineArchiveRule 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:filter':InlineArchiveRule', inlineArchiveRule_filter - The condition and values for a criterion.

$sel:ruleName:InlineArchiveRule', inlineArchiveRule_ruleName - The name of the rule.

inlineArchiveRule_filter :: Lens' InlineArchiveRule (HashMap Text Criterion) Source #

The condition and values for a criterion.