| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.FMS.Types.EC2CreateRouteAction
Description
Synopsis
- data EC2CreateRouteAction = EC2CreateRouteAction' {}
 - newEC2CreateRouteAction :: ActionTarget -> EC2CreateRouteAction
 - eC2CreateRouteAction_description :: Lens' EC2CreateRouteAction (Maybe Text)
 - eC2CreateRouteAction_destinationCidrBlock :: Lens' EC2CreateRouteAction (Maybe Text)
 - eC2CreateRouteAction_destinationIpv6CidrBlock :: Lens' EC2CreateRouteAction (Maybe Text)
 - eC2CreateRouteAction_destinationPrefixListId :: Lens' EC2CreateRouteAction (Maybe Text)
 - eC2CreateRouteAction_gatewayId :: Lens' EC2CreateRouteAction (Maybe ActionTarget)
 - eC2CreateRouteAction_vpcEndpointId :: Lens' EC2CreateRouteAction (Maybe ActionTarget)
 - eC2CreateRouteAction_routeTableId :: Lens' EC2CreateRouteAction ActionTarget
 
Documentation
data EC2CreateRouteAction Source #
Information about the CreateRoute action in Amazon EC2.
See: newEC2CreateRouteAction smart constructor.
Constructors
| EC2CreateRouteAction' | |
Fields 
  | |
Instances
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:
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:destinationIpv6CidrBlock:EC2CreateRouteAction', eC2CreateRouteAction_destinationIpv6CidrBlock - Information about the IPv6 CIDR block destination.
$sel:destinationPrefixListId:EC2CreateRouteAction', eC2CreateRouteAction_destinationPrefixListId - Information about the ID of a prefix list used for the destination
 match.
$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:routeTableId:EC2CreateRouteAction', eC2CreateRouteAction_routeTableId - Information about the ID of the route table for the route.
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_destinationIpv6CidrBlock :: Lens' EC2CreateRouteAction (Maybe Text) Source #
Information about the IPv6 CIDR block destination.
eC2CreateRouteAction_destinationPrefixListId :: Lens' EC2CreateRouteAction (Maybe Text) Source #
Information about the ID of a prefix list used for the destination match.
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_routeTableId :: Lens' EC2CreateRouteAction ActionTarget Source #
Information about the ID of the route table for the route.