ec2_replace_route {aws.ecx} | R Documentation |
Replace Route
Description
Replace Route
Usage
ec2_replace_route(
RouteTableId,
DestinationCidrBlock = NULL,
DestinationIpv6CidrBlock = NULL,
DestinationPrefixListId = NULL,
DryRun = NULL,
VpcEndpointId = NULL,
EgressOnlyInternetGatewayId = NULL,
GatewayId = NULL,
InstanceId = NULL,
LocalTarget = NULL,
NatGatewayId = NULL,
TransitGatewayId = NULL,
LocalGatewayId = NULL,
CarrierGatewayId = NULL,
NetworkInterfaceId = NULL,
VpcPeeringConnectionId = NULL,
simplify = TRUE,
others = list(),
print_on_error = aws_get_print_on_error(),
retry_time = aws_get_retry_time(),
network_timeout = aws_get_network_timeout(),
region = aws_get_region()
)
Arguments
RouteTableId |
Character. The ID of the route table. |
DestinationCidrBlock |
Character. The IPv4 CIDR address block used for the destination match.[optional] |
DestinationIpv6CidrBlock |
Character. The IPv6 CIDR address block used for the destination match.[optional] |
DestinationPrefixListId |
Character. The ID of the prefix list for the route.[optional] |
DryRun |
Logical. Checks whether you have the required permissions for the action, without actually making the request,...[optional] |
VpcEndpointId |
Character. The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.[optional] |
EgressOnlyInternetGatewayId |
Character. [IPv6 traffic only] The ID of an egress-only internet gateway.[optional] |
GatewayId |
Character. The ID of an internet gateway or virtual private gateway.[optional] |
InstanceId |
Character. The ID of a NAT instance in your VPC.[optional] |
LocalTarget |
Logical. Specifies whether to reset the local route to its default target ( |
NatGatewayId |
Character. [IPv4 traffic only] The ID of a NAT gateway.[optional] |
TransitGatewayId |
Character. The ID of a transit gateway.[optional] |
LocalGatewayId |
Character. The ID of the local gateway.[optional] |
CarrierGatewayId |
Character. [IPv4 traffic only] The ID of a carrier gateway.[optional] |
NetworkInterfaceId |
Character. The ID of a network interface.[optional] |
VpcPeeringConnectionId |
Character. The ID of a VPC peering connection.[optional] |
simplify |
Logical. Whether to simplify the result and handle |
others |
Named list. The parameters that are not included in the function parameters and need to be added into the request[optional] |
print_on_error |
Logical. Whether to show an error message when a network error occurs. |
retry_time |
Integer. Number of retries for a REST request when encounter the
network issue. If the request has been sent |
network_timeout |
Numeric. Number of seconds to wait for a REST response until giving up. Can not be less than 1 ms. |
region |
Character. The region of the AWS service. |
Value
A list object or a character vector
RouteTableId
The ID of the route table.
DestinationCidrBlock
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.
DestinationIpv6CidrBlock
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.
DestinationPrefixListId
The ID of the prefix list for the route.
DryRun
Checks whether you have the required
permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the
error response is DryRunOperation
. Otherwise, it is
UnauthorizedOperation
.
VpcEndpointId
The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
EgressOnlyInternetGatewayId
[IPv6 traffic only] The ID of an egress-only internet gateway.
GatewayId
The ID of an internet gateway or virtual private gateway.
InstanceId
The ID of a NAT instance in your VPC.
LocalTarget
Specifies whether to reset the local route
to its default target (local
).
NatGatewayId
[IPv4 traffic only] The ID of a NAT gateway.
TransitGatewayId
The ID of a transit gateway.
LocalGatewayId
The ID of the local gateway.
CarrierGatewayId
[IPv4 traffic only] The ID of a carrier gateway.
NetworkInterfaceId
The ID of a network interface.
VpcPeeringConnectionId
The ID of a VPC peering connection.