EC2 / Client / disassociate_transit_gateway_route_table

disassociate_transit_gateway_route_table#

EC2.Client.disassociate_transit_gateway_route_table(**kwargs)#

Disassociates a resource attachment from a transit gateway route table.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_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 is UnauthorizedOperation.

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) –

      Information about 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.