libZSservicesZSamazonka-fmsZSamazonka-fms
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.FMS.Types.PartialMatch

Description

 
Synopsis

Documentation

data PartialMatch Source #

The reference rule that partially matches the ViolationTarget rule and violation reason.

See: newPartialMatch smart constructor.

Constructors

PartialMatch' 

Fields

Instances

Instances details
Eq PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Read PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Show PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Generic PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Associated Types

type Rep PartialMatch :: Type -> Type #

NFData PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Methods

rnf :: PartialMatch -> () #

Hashable PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

FromJSON PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

type Rep PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

type Rep PartialMatch = D1 ('MetaData "PartialMatch" "Amazonka.FMS.Types.PartialMatch" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "PartialMatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetViolationReasons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "reference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPartialMatch :: PartialMatch Source #

Create a value of PartialMatch 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:targetViolationReasons:PartialMatch', partialMatch_targetViolationReasons - The violation reason.

$sel:reference:PartialMatch', partialMatch_reference - The reference rule from the primary security group of the Firewall Manager policy.

partialMatch_reference :: Lens' PartialMatch (Maybe Text) Source #

The reference rule from the primary security group of the Firewall Manager policy.