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 EC2ReplaceRouteAction = EC2ReplaceRouteAction' {}
- newEC2ReplaceRouteAction :: ActionTarget -> EC2ReplaceRouteAction
- eC2ReplaceRouteAction_destinationIpv6CidrBlock :: Lens' EC2ReplaceRouteAction (Maybe Text)
- eC2ReplaceRouteAction_gatewayId :: Lens' EC2ReplaceRouteAction (Maybe ActionTarget)
- eC2ReplaceRouteAction_destinationPrefixListId :: Lens' EC2ReplaceRouteAction (Maybe Text)
- eC2ReplaceRouteAction_description :: Lens' EC2ReplaceRouteAction (Maybe Text)
- eC2ReplaceRouteAction_destinationCidrBlock :: Lens' EC2ReplaceRouteAction (Maybe Text)
- eC2ReplaceRouteAction_routeTableId :: Lens' EC2ReplaceRouteAction ActionTarget
Documentation
data EC2ReplaceRouteAction Source #
Information about the ReplaceRoute action in Amazon EC2.
See: newEC2ReplaceRouteAction
smart constructor.
EC2ReplaceRouteAction' | |
|
Instances
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.
eC2ReplaceRouteAction_routeTableId :: Lens' EC2ReplaceRouteAction ActionTarget Source #
Information about the ID of the route table.