paws.compute (version 0.1.0)

ec2_delete_transit_gateway_route: Deletes the specified route from the specified transit gateway route table

Description

Deletes the specified route from the specified transit gateway route table.

Usage

ec2_delete_transit_gateway_route(TransitGatewayRouteTableId,
  DestinationCidrBlock, DryRun)

Arguments

TransitGatewayRouteTableId

[required] The ID of the transit gateway route table.

DestinationCidrBlock

[required] The CIDR range for the route. This must match the CIDR for the route exactly.

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.

Request syntax

svc$delete_transit_gateway_route(
  TransitGatewayRouteTableId = "string",
  DestinationCidrBlock = "string",
  DryRun = TRUE|FALSE
)