EC2 / Client / associate_transit_gateway_route_table
associate_transit_gateway_route_table#
- EC2.Client.associate_transit_gateway_route_table(**kwargs)#
Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.
See also: AWS API Documentation
Request Syntax
response = client.associate_transit_gateway_route_table( TransitGatewayRouteTableId='string', TransitGatewayAttachmentId='string', DryRun=True|False )
- Parameters:
TransitGatewayRouteTableId (string) –
[REQUIRED]
The ID of the transit gateway route table.
TransitGatewayAttachmentId (string) –
[REQUIRED]
The ID of the attachment.
DryRun (boolean) – 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 isUnauthorizedOperation
.
- Return type:
dict
- Returns:
Response Syntax
{ 'Association': { 'TransitGatewayRouteTableId': 'string', 'TransitGatewayAttachmentId': 'string', 'ResourceId': 'string', 'ResourceType': 'vpc'|'vpn'|'direct-connect-gateway'|'connect'|'peering'|'tgw-peering', 'State': 'associating'|'associated'|'disassociating'|'disassociated' } }
Response Structure
(dict) –
Association (dict) –
The ID of the association.
TransitGatewayRouteTableId (string) –
The ID of the transit gateway route table.
TransitGatewayAttachmentId (string) –
The ID of the attachment.
ResourceId (string) –
The ID of the resource.
ResourceType (string) –
The resource type. Note that the
tgw-peering
resource type has been deprecated.State (string) –
The state of the association.