Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EC2DeleteRouteAction = EC2DeleteRouteAction' {}
- newEC2DeleteRouteAction :: ActionTarget -> EC2DeleteRouteAction
- eC2DeleteRouteAction_destinationIpv6CidrBlock :: Lens' EC2DeleteRouteAction (Maybe Text)
- eC2DeleteRouteAction_destinationPrefixListId :: Lens' EC2DeleteRouteAction (Maybe Text)
- eC2DeleteRouteAction_description :: Lens' EC2DeleteRouteAction (Maybe Text)
- eC2DeleteRouteAction_destinationCidrBlock :: Lens' EC2DeleteRouteAction (Maybe Text)
- eC2DeleteRouteAction_routeTableId :: Lens' EC2DeleteRouteAction ActionTarget
Documentation
data EC2DeleteRouteAction Source #
Information about the DeleteRoute action in Amazon EC2.
See: newEC2DeleteRouteAction
smart constructor.
EC2DeleteRouteAction' | |
|
Instances
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.