v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1436240246.3 KB

Returns the data objects for the specified firewall policy.

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

Headers

X-Amz-Target'NetworkFirewall_20201112.DescribeFirewallPolicy' required

Request body

FirewallPolicyNamestring
<p>The descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.</p> <p>You must specify the ARN or the name, and you can specify both. </p>
FirewallPolicyArnstring
<p>The Amazon Resource Name (ARN) of the firewall policy.</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 firewall policy. The token marks the state of the policy resource at the time of the request. </p> <p>To make changes to the policy, you provide the token in your request. Network Firewall uses the token to ensure that the policy 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 firewall policy again to get a current copy of it with current token. Reapply your changes as needed, then try the operation again using the new token. </p>