v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1436240246.3 KB

Returns the data objects for the specified TLS inspection configuration.

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

Headers

X-Amz-Target'NetworkFirewall_20201112.DescribeTLSInspectionConfiguration' required

Request body

TLSInspectionConfigurationArnstring
<p>The Amazon Resource Name (ARN) of the TLS inspection configuration.</p> <p>You must specify the ARN or the name, and you can specify both. </p>
TLSInspectionConfigurationNamestring
<p>The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.</p> <p>You must specify the ARN or the name, and you can specify both. </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>