AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Creates an Network Firewall ProxyConfiguration
A Proxy Configuration defines the monitoring and protection behavior for a Proxy. The details of the behavior are defined in the rule groups that you add to your configuration.
To manage a proxy configuration's tags, use the standard Amazon Web Services resource tagging operations, ListTagsForResource, TagResource, and UntagResource.
To retrieve information about proxies, use ListProxyConfigurations and DescribeProxyConfiguration.
For .NET Core this operation is only available in asynchronous form. Please refer to CreateProxyConfigurationAsync.
Namespace: Amazon.NetworkFirewall
Assembly: AWSSDK.NetworkFirewall.dll
Version: 3.x.y.z
public abstract CreateProxyConfigurationResponse CreateProxyConfiguration( CreateProxyConfigurationRequest request )
Container for the necessary parameters to execute the CreateProxyConfiguration service method.
| Exception | Condition |
|---|---|
| InternalServerErrorException | Your request is valid, but Network Firewall couldn't perform the operation because of a system problem. Retry your request. |
| InvalidRequestException | The operation failed because of a problem with your request. Examples include: You specified an unsupported parameter name or value. You tried to update a property with a value that isn't among the available types. Your request references an ARN that is malformed, or corresponds to a resource that isn't valid in the context of the request. |
| LimitExceededException | Unable to perform the operation because doing so would violate a limit setting. |
| ResourceNotFoundException | Unable to locate a resource using the parameters that you provided. |
| ThrottlingException | Unable to process the request due to throttling limitations. |
.NET Framework:
Supported in: 4.7.2 and newer