amazonka-fms-2.0: Amazon Firewall Management Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON 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 #

Read PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Show PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

NFData PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Methods

rnf :: PartialMatch -> () #

Eq PartialMatch Source # 
Instance details

Defined in Amazonka.FMS.Types.PartialMatch

Hashable 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" "amazonka-fms-2.0-351knTjuYAjE9GRQTo0ohx" 'False) (C1 ('MetaCons "PartialMatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetViolationReasons") '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:reference:PartialMatch', partialMatch_reference - The reference rule from the primary security group of the Firewall Manager policy.

$sel:targetViolationReasons:PartialMatch', partialMatch_targetViolationReasons - The violation reason.

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

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