Skip to content

Delete Proxy

networkfirewall_delete_proxy R Documentation

Deletes the specified Proxy

Description

Deletes the specified Proxy.

Detaches a Proxy configuration from a NAT Gateway.

Usage

networkfirewall_delete_proxy(NatGatewayId, ProxyName, ProxyArn)

Arguments

NatGatewayId

[required] The NAT Gateway the proxy is attached to.

ProxyName

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

The Amazon Resource Name (ARN) of a proxy.

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

Value

A list with the following syntax:

list(
  NatGatewayId = "string",
  ProxyName = "string",
  ProxyArn = "string"
)

Request syntax

svc$delete_proxy(
  NatGatewayId = "string",
  ProxyName = "string",
  ProxyArn = "string"
)