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

Description

 
Synopsis

Documentation

data EC2CreateRouteAction Source #

Information about the CreateRoute action in Amazon EC2.

See: newEC2CreateRouteAction smart constructor.

Constructors

EC2CreateRouteAction' 

Fields

Instances

Instances details
Eq EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

Read EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

Show EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

Generic EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

Associated Types

type Rep EC2CreateRouteAction :: Type -> Type #

NFData EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

Methods

rnf :: EC2CreateRouteAction -> () #

Hashable EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

FromJSON EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

type Rep EC2CreateRouteAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteAction

type Rep EC2CreateRouteAction = D1 ('MetaData "EC2CreateRouteAction" "Amazonka.FMS.Types.EC2CreateRouteAction" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "EC2CreateRouteAction'" '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 "vpcEndpointId") '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)))))

newEC2CreateRouteAction Source #

Create a value of EC2CreateRouteAction 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:EC2CreateRouteAction', eC2CreateRouteAction_destinationIpv6CidrBlock - Information about the IPv6 CIDR block destination.

$sel:gatewayId:EC2CreateRouteAction', eC2CreateRouteAction_gatewayId - Information about the ID of an internet gateway or virtual private gateway attached to your VPC.

$sel:vpcEndpointId:EC2CreateRouteAction', eC2CreateRouteAction_vpcEndpointId - Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

$sel:destinationPrefixListId:EC2CreateRouteAction', eC2CreateRouteAction_destinationPrefixListId - Information about the ID of a prefix list used for the destination match.

$sel:description:EC2CreateRouteAction', eC2CreateRouteAction_description - A description of CreateRoute action in Amazon EC2.

$sel:destinationCidrBlock:EC2CreateRouteAction', eC2CreateRouteAction_destinationCidrBlock - Information about the IPv4 CIDR address block used for the destination match.

$sel:routeTableId:EC2CreateRouteAction', eC2CreateRouteAction_routeTableId - Information about the ID of the route table for the route.

eC2CreateRouteAction_destinationIpv6CidrBlock :: Lens' EC2CreateRouteAction (Maybe Text) Source #

Information about the IPv6 CIDR block destination.

eC2CreateRouteAction_gatewayId :: Lens' EC2CreateRouteAction (Maybe ActionTarget) Source #

Information about the ID of an internet gateway or virtual private gateway attached to your VPC.

eC2CreateRouteAction_vpcEndpointId :: Lens' EC2CreateRouteAction (Maybe ActionTarget) Source #

Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

eC2CreateRouteAction_destinationPrefixListId :: Lens' EC2CreateRouteAction (Maybe Text) Source #

Information about the ID of a prefix list used for the destination match.

eC2CreateRouteAction_description :: Lens' EC2CreateRouteAction (Maybe Text) Source #

A description of CreateRoute action in Amazon EC2.

eC2CreateRouteAction_destinationCidrBlock :: Lens' EC2CreateRouteAction (Maybe Text) Source #

Information about the IPv4 CIDR address block used for the destination match.

eC2CreateRouteAction_routeTableId :: Lens' EC2CreateRouteAction ActionTarget Source #

Information about the ID of the route table for the route.