NetworkFirewall / Client / delete_proxy

delete_proxy

NetworkFirewall.Client.delete_proxy(**kwargs)

Deletes the specified Proxy.

Detaches a Proxy configuration from a NAT Gateway.

See also: AWS API Documentation

Request Syntax

response = client.delete_proxy(
    NatGatewayId='string',
    ProxyName='string',
    ProxyArn='string'
)
Parameters:
  • NatGatewayId (string) –

    [REQUIRED]

    The NAT Gateway the proxy is attached to.

  • ProxyName (string) –

    The descriptive name of the proxy. You can’t change the name of a proxy after you create it.

    You must specify the ARN or the name, and you can specify both.

  • ProxyArn (string) –

    The Amazon Resource Name (ARN) of a proxy.

    You must specify the ARN or the name, and you can specify both.

Return type:

dict

Returns:

Response Syntax

{
    'NatGatewayId': 'string',
    'ProxyName': 'string',
    'ProxyArn': 'string'
}

Response Structure

  • (dict) –

    • NatGatewayId (string) –

      The NAT Gateway the Proxy was attached to.

    • ProxyName (string) –

      The descriptive name of the proxy. You can’t change the name of a proxy after you create it.

    • ProxyArn (string) –

      The Amazon Resource Name (ARN) of a proxy.

Exceptions