NetworkFirewall / Client / delete_proxy_configuration
delete_proxy_configuration¶
- NetworkFirewall.Client.delete_proxy_configuration(**kwargs)¶
Deletes the specified ProxyConfiguration.
See also: AWS API Documentation
Request Syntax
response = client.delete_proxy_configuration( ProxyConfigurationName='string', ProxyConfigurationArn='string' )
- Parameters:
ProxyConfigurationName (string) –
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 (string) –
The Amazon Resource Name (ARN) of a proxy configuration.
You must specify the ARN or the name, and you can specify both.
- Return type:
dict
- Returns:
Response Syntax
{ 'ProxyConfigurationName': 'string', 'ProxyConfigurationArn': 'string' }
Response Structure
(dict) –
ProxyConfigurationName (string) –
The descriptive name of the proxy configuration. You can’t change the name of a proxy configuration after you create it.
ProxyConfigurationArn (string) –
The Amazon Resource Name (ARN) of a proxy configuration.
Exceptions