amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.TrafficMirrorFilter

Description

 
Synopsis

Documentation

data TrafficMirrorFilter Source #

Describes the Traffic Mirror filter.

See: newTrafficMirrorFilter smart constructor.

Constructors

TrafficMirrorFilter' 

Fields

Instances

Instances details
FromXML TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

Generic TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

Associated Types

type Rep TrafficMirrorFilter :: Type -> Type #

Read TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

Show TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

NFData TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

Methods

rnf :: TrafficMirrorFilter -> () #

Eq TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

Hashable TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

type Rep TrafficMirrorFilter Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorFilter

type Rep TrafficMirrorFilter = D1 ('MetaData "TrafficMirrorFilter" "Amazonka.EC2.Types.TrafficMirrorFilter" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TrafficMirrorFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "egressFilterRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrafficMirrorFilterRule])) :*: S1 ('MetaSel ('Just "ingressFilterRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrafficMirrorFilterRule])))) :*: (S1 ('MetaSel ('Just "networkServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrafficMirrorNetworkService])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "trafficMirrorFilterId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTrafficMirrorFilter :: TrafficMirrorFilter Source #

Create a value of TrafficMirrorFilter 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:

TrafficMirrorFilter, trafficMirrorFilter_description - The description of the Traffic Mirror filter.

$sel:egressFilterRules:TrafficMirrorFilter', trafficMirrorFilter_egressFilterRules - Information about the egress rules that are associated with the Traffic Mirror filter.

$sel:ingressFilterRules:TrafficMirrorFilter', trafficMirrorFilter_ingressFilterRules - Information about the ingress rules that are associated with the Traffic Mirror filter.

$sel:networkServices:TrafficMirrorFilter', trafficMirrorFilter_networkServices - The network service traffic that is associated with the Traffic Mirror filter.

$sel:tags:TrafficMirrorFilter', trafficMirrorFilter_tags - The tags assigned to the Traffic Mirror filter.

TrafficMirrorFilter, trafficMirrorFilter_trafficMirrorFilterId - The ID of the Traffic Mirror filter.

trafficMirrorFilter_description :: Lens' TrafficMirrorFilter (Maybe Text) Source #

The description of the Traffic Mirror filter.

trafficMirrorFilter_egressFilterRules :: Lens' TrafficMirrorFilter (Maybe [TrafficMirrorFilterRule]) Source #

Information about the egress rules that are associated with the Traffic Mirror filter.

trafficMirrorFilter_ingressFilterRules :: Lens' TrafficMirrorFilter (Maybe [TrafficMirrorFilterRule]) Source #

Information about the ingress rules that are associated with the Traffic Mirror filter.

trafficMirrorFilter_networkServices :: Lens' TrafficMirrorFilter (Maybe [TrafficMirrorNetworkService]) Source #

The network service traffic that is associated with the Traffic Mirror filter.

trafficMirrorFilter_tags :: Lens' TrafficMirrorFilter (Maybe [Tag]) Source #

The tags assigned to the Traffic Mirror filter.