v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1436240246.3 KB

Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by reference in one or more firewall policies. When you modify a TLS inspection configuration, you modify all firewall policies that use the TLS inspection configuration.

To update a TLS inspection configuration, first call DescribeTLSInspectionConfiguration to retrieve the current TLSInspectionConfiguration object, update the object as needed, and then provide the updated object to this call.

post/#X-Amz-Target=NetworkFirewall_20201112.UpdateTLSInspectionConfiguration

Headers

X-Amz-Target'NetworkFirewall_20201112.UpdateTLSInspectionConfiguration' required

Request body

TLSInspectionConfigurationArnstring

The Amazon Resource Name (ARN) of the TLS inspection configuration.

TLSInspectionConfigurationNamestring

The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.

Descriptionstring

A description of the TLS inspection configuration.

UpdateTokenstring required
<p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the TLS inspection configuration. The token marks the state of the TLS inspection configuration resource at the time of the request. </p> <p>To make changes to the TLS inspection configuration, you provide the token in your request. Network Firewall uses the token to ensure that the TLS inspection configuration hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the TLS inspection configuration again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token. </p>

Response

Success

UpdateTokenstring required
<p>A token used for optimistic locking. Network Firewall returns a token to your requests that access the TLS inspection configuration. The token marks the state of the TLS inspection configuration resource at the time of the request. </p> <p>To make changes to the TLS inspection configuration, you provide the token in your request. Network Firewall uses the token to ensure that the TLS inspection configuration hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the TLS inspection configuration again to get a current copy of it with a current token. Reapply your changes as needed, then try the operation again using the new token. </p>