Delete Proxy Configuration
| networkfirewall_delete_proxy_configuration | R Documentation |
Deletes the specified ProxyConfiguration¶
Description¶
Deletes the specified ProxyConfiguration.
Usage¶
networkfirewall_delete_proxy_configuration(ProxyConfigurationName,
ProxyConfigurationArn)
Arguments¶
ProxyConfigurationName |
The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it. You must specify the ARN or the name, and you can specify both. |
ProxyConfigurationArn |
The Amazon Resource Name (ARN) of a proxy configuration. You must specify the ARN or the name, and you can specify both. |
Value¶
A list with the following syntax:
list(
ProxyConfigurationName = "string",
ProxyConfigurationArn = "string"
)
Request syntax¶
svc$delete_proxy_configuration(
ProxyConfigurationName = "string",
ProxyConfigurationArn = "string"
)