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

Description

 
Synopsis

Documentation

data EC2DeleteRouteAction Source #

Information about the DeleteRoute action in Amazon EC2.

See: newEC2DeleteRouteAction smart constructor.

Constructors

EC2DeleteRouteAction' 

Fields

Instances

Instances details
Eq EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

Read EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

Show EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

Generic EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

Associated Types

type Rep EC2DeleteRouteAction :: Type -> Type #

NFData EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

Methods

rnf :: EC2DeleteRouteAction -> () #

Hashable EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

FromJSON EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

type Rep EC2DeleteRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2DeleteRouteAction

type Rep EC2DeleteRouteAction = D1 ('MetaData "EC2DeleteRouteAction" "Amazonka.FMS.Types.EC2DeleteRouteAction" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "EC2DeleteRouteAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationIpv6CidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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)))))

newEC2DeleteRouteAction Source #

Create a value of EC2DeleteRouteAction 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:EC2DeleteRouteAction', eC2DeleteRouteAction_destinationIpv6CidrBlock - Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

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

$sel:description:EC2DeleteRouteAction', eC2DeleteRouteAction_description - A description of the DeleteRoute action.

$sel:destinationCidrBlock:EC2DeleteRouteAction', eC2DeleteRouteAction_destinationCidrBlock - Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

$sel:routeTableId:EC2DeleteRouteAction', eC2DeleteRouteAction_routeTableId - Information about the ID of the route table.

eC2DeleteRouteAction_destinationIpv6CidrBlock :: Lens' EC2DeleteRouteAction (Maybe Text) Source #

Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

eC2DeleteRouteAction_destinationPrefixListId :: Lens' EC2DeleteRouteAction (Maybe Text) Source #

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

eC2DeleteRouteAction_description :: Lens' EC2DeleteRouteAction (Maybe Text) Source #

A description of the DeleteRoute action.

eC2DeleteRouteAction_destinationCidrBlock :: Lens' EC2DeleteRouteAction (Maybe Text) Source #

Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

eC2DeleteRouteAction_routeTableId :: Lens' EC2DeleteRouteAction ActionTarget Source #

Information about the ID of the route table.