Skip to contents

Defines which route tables the route server can update with routes.

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

Usage

ec2_enable_route_server_propagation(RouteServerId, RouteTableId, DryRun = NULL)

Arguments

RouteServerId

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

RouteTableId

[required] The ID of the route table to which route server will propagate routes.

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.