Creates a new endpoint for a route server in a specified subnet
Source:R/ec2_operations.R
ec2_create_route_server_endpoint.RdCreates a new endpoint for a route server in a specified subnet.
See https://www.paws-r-sdk.com/docs/ec2_create_route_server_endpoint/ for full documentation.
Usage
ec2_create_route_server_endpoint(
RouteServerId,
SubnetId,
ClientToken = NULL,
DryRun = NULL,
TagSpecifications = NULL
)Arguments
- RouteServerId
[required] The ID of the route server for which to create an endpoint.
- SubnetId
[required] The ID of the subnet in which to create the route server endpoint.
- ClientToken
Unique, case-sensitive identifier to ensure idempotency of the request.
- 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 isUnauthorizedOperation.The tags to apply to the route server endpoint during creation.