Skip to contents

Disables route propagation from a route server to a specified route table.

See https://www.paws-r-sdk.com/docs/ec2_disable_route_server_propagation/ for full documentation.

Usage

ec2_disable_route_server_propagation(
  RouteServerId,
  RouteTableId,
  DryRun = NULL
)

Arguments

RouteServerId

[required] The ID of the route server for which to disable propagation.

RouteTableId

[required] The ID of the route table for which to disable route server propagation.

DryRun

A check for 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.