EC2 / Client / delete_local_gateway_route_table_virtual_interface_group_association

delete_local_gateway_route_table_virtual_interface_group_association#

EC2.Client.delete_local_gateway_route_table_virtual_interface_group_association(**kwargs)#

Deletes a local gateway route table virtual interface group association.

See also: AWS API Documentation

Request Syntax

response = client.delete_local_gateway_route_table_virtual_interface_group_association(
    LocalGatewayRouteTableVirtualInterfaceGroupAssociationId='string',
    DryRun=True|False
)
Parameters:
  • LocalGatewayRouteTableVirtualInterfaceGroupAssociationId (string) –

    [REQUIRED]

    The ID of the local gateway route table virtual interface group association.

  • 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

{
    'LocalGatewayRouteTableVirtualInterfaceGroupAssociation': {
        'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId': 'string',
        'LocalGatewayVirtualInterfaceGroupId': 'string',
        'LocalGatewayId': 'string',
        'LocalGatewayRouteTableId': 'string',
        'LocalGatewayRouteTableArn': 'string',
        'OwnerId': 'string',
        'State': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    }
}

Response Structure

  • (dict) –

    • LocalGatewayRouteTableVirtualInterfaceGroupAssociation (dict) –

      Information about the association.

      • LocalGatewayRouteTableVirtualInterfaceGroupAssociationId (string) –

        The ID of the association.

      • LocalGatewayVirtualInterfaceGroupId (string) –

        The ID of the virtual interface group.

      • LocalGatewayId (string) –

        The ID of the local gateway.

      • LocalGatewayRouteTableId (string) –

        The ID of the local gateway route table.

      • LocalGatewayRouteTableArn (string) –

        The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.

      • OwnerId (string) –

        The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.

      • State (string) –

        The state of the association.

      • Tags (list) –

        The tags assigned to the association.

        • (dict) –

          Describes a tag.

          • Key (string) –

            The key of the tag.

            Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.

          • Value (string) –

            The value of the tag.

            Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.