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

Description

 
Synopsis

Documentation

data EC2ReplaceRouteAction Source #

Information about the ReplaceRoute action in Amazon EC2.

See: newEC2ReplaceRouteAction smart constructor.

Constructors

EC2ReplaceRouteAction' 

Fields

Instances

Instances details
Eq EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

Read EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

Show EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

Generic EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

Associated Types

type Rep EC2ReplaceRouteAction :: Type -> Type #

NFData EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

Methods

rnf :: EC2ReplaceRouteAction -> () #

Hashable EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

FromJSON EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

type Rep EC2ReplaceRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2ReplaceRouteAction

type Rep EC2ReplaceRouteAction = D1 ('MetaData "EC2ReplaceRouteAction" "Amazonka.FMS.Types.EC2ReplaceRouteAction" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "EC2ReplaceRouteAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationIpv6CidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "gatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionTarget)) :*: S1 ('MetaSel ('Just "destinationPrefixListId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationCidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "routeTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionTarget)))))

newEC2ReplaceRouteAction Source #

Create a value of EC2ReplaceRouteAction 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:destinationIpv6CidrBlock:EC2ReplaceRouteAction', eC2ReplaceRouteAction_destinationIpv6CidrBlock - Information about the IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

$sel:gatewayId:EC2ReplaceRouteAction', eC2ReplaceRouteAction_gatewayId - Information about the ID of an internet gateway or virtual private gateway.

$sel:destinationPrefixListId:EC2ReplaceRouteAction', eC2ReplaceRouteAction_destinationPrefixListId - Information about the ID of the prefix list for the route.

$sel:description:EC2ReplaceRouteAction', eC2ReplaceRouteAction_description - A description of the ReplaceRoute action in Amazon EC2.

$sel:destinationCidrBlock:EC2ReplaceRouteAction', eC2ReplaceRouteAction_destinationCidrBlock - Information about the IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

$sel:routeTableId:EC2ReplaceRouteAction', eC2ReplaceRouteAction_routeTableId - Information about the ID of the route table.

eC2ReplaceRouteAction_destinationIpv6CidrBlock :: Lens' EC2ReplaceRouteAction (Maybe Text) Source #

Information about the IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

eC2ReplaceRouteAction_gatewayId :: Lens' EC2ReplaceRouteAction (Maybe ActionTarget) Source #

Information about the ID of an internet gateway or virtual private gateway.

eC2ReplaceRouteAction_destinationPrefixListId :: Lens' EC2ReplaceRouteAction (Maybe Text) Source #

Information about the ID of the prefix list for the route.

eC2ReplaceRouteAction_description :: Lens' EC2ReplaceRouteAction (Maybe Text) Source #

A description of the ReplaceRoute action in Amazon EC2.

eC2ReplaceRouteAction_destinationCidrBlock :: Lens' EC2ReplaceRouteAction (Maybe Text) Source #

Information about the IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.