EC2 / Client / disassociate_route_server
disassociate_route_server¶
- EC2.Client.disassociate_route_server(**kwargs)¶
Disassociates a route server from a VPC.
A route server association is the connection established between a route server and a VPC. This is a fundamental configuration step that enables the route server to work with appliances in your VPC.
For more information see Dynamic routing in your VPC with VPC Route Server in the Amazon VPC User Guide.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_route_server( RouteServerId='string', VpcId='string', DryRun=True|False )
- Parameters:
RouteServerId (string) –
[REQUIRED]
The ID of the route server to disassociate.
VpcId (string) –
[REQUIRED]
The ID of the VPC to disassociate from the route server.
DryRun (boolean) – 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
.
- Return type:
dict
- Returns:
Response Syntax
{ 'RouteServerAssociation': { 'RouteServerId': 'string', 'VpcId': 'string', 'State': 'associating'|'associated'|'disassociating' } }
Response Structure
(dict) –
RouteServerAssociation (dict) –
Information about the disassociated route server.
RouteServerId (string) –
The ID of the associated route server.
VpcId (string) –
The ID of the associated VPC.
State (string) –
The current state of the association.