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.TrafficMirrorTarget

Description

 
Synopsis

Documentation

data TrafficMirrorTarget Source #

Describes a Traffic Mirror target.

See: newTrafficMirrorTarget smart constructor.

Constructors

TrafficMirrorTarget' 

Fields

Instances

Instances details
FromXML TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

Generic TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

Associated Types

type Rep TrafficMirrorTarget :: Type -> Type #

Read TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

Show TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

NFData TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

Methods

rnf :: TrafficMirrorTarget -> () #

Eq TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

Hashable TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

type Rep TrafficMirrorTarget Source # 
Instance details

Defined in Amazonka.EC2.Types.TrafficMirrorTarget

type Rep TrafficMirrorTarget = D1 ('MetaData "TrafficMirrorTarget" "Amazonka.EC2.Types.TrafficMirrorTarget" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TrafficMirrorTarget'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "gatewayLoadBalancerEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "networkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkLoadBalancerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "trafficMirrorTargetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrafficMirrorTargetType))))))

newTrafficMirrorTarget :: TrafficMirrorTarget Source #

Create a value of TrafficMirrorTarget 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:description:TrafficMirrorTarget', trafficMirrorTarget_description - Information about the Traffic Mirror target.

$sel:gatewayLoadBalancerEndpointId:TrafficMirrorTarget', trafficMirrorTarget_gatewayLoadBalancerEndpointId - The ID of the Gateway Load Balancer endpoint.

$sel:networkInterfaceId:TrafficMirrorTarget', trafficMirrorTarget_networkInterfaceId - The network interface ID that is attached to the target.

$sel:networkLoadBalancerArn:TrafficMirrorTarget', trafficMirrorTarget_networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer.

$sel:ownerId:TrafficMirrorTarget', trafficMirrorTarget_ownerId - The ID of the account that owns the Traffic Mirror target.

$sel:tags:TrafficMirrorTarget', trafficMirrorTarget_tags - The tags assigned to the Traffic Mirror target.

$sel:trafficMirrorTargetId:TrafficMirrorTarget', trafficMirrorTarget_trafficMirrorTargetId - The ID of the Traffic Mirror target.

$sel:type':TrafficMirrorTarget', trafficMirrorTarget_type - The type of Traffic Mirror target.

trafficMirrorTarget_description :: Lens' TrafficMirrorTarget (Maybe Text) Source #

Information about the Traffic Mirror target.

trafficMirrorTarget_networkInterfaceId :: Lens' TrafficMirrorTarget (Maybe Text) Source #

The network interface ID that is attached to the target.

trafficMirrorTarget_networkLoadBalancerArn :: Lens' TrafficMirrorTarget (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Network Load Balancer.

trafficMirrorTarget_ownerId :: Lens' TrafficMirrorTarget (Maybe Text) Source #

The ID of the account that owns the Traffic Mirror target.

trafficMirrorTarget_tags :: Lens' TrafficMirrorTarget (Maybe [Tag]) Source #

The tags assigned to the Traffic Mirror target.