paws.compute (version 0.1.0)

ec2_delete_transit_gateway_route_table: Deletes the specified transit gateway route table

Description

Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.

Usage

ec2_delete_transit_gateway_route_table(TransitGatewayRouteTableId,
  DryRun)

Arguments

TransitGatewayRouteTableId

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

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_table(
  TransitGatewayRouteTableId = "string",
  DryRun = TRUE|FALSE
)