Amazon Network Firewall · Example Payload

Openapi Firewall Policy Response Example

FirewallIntrusion DetectionNetwork SecurityVPC

Openapi Firewall Policy Response Example is an example object payload from Amazon Network Firewall, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FirewallPolicyNameFirewallPolicyArnFirewallPolicyIdDescriptionFirewallPolicyStatusTagsConsumedStatelessRuleCapacityConsumedStatefulRuleCapacityNumberOfAssociationsEncryptionConfigurationLastModifiedTime

Example Payload

Raw ↑
{
  "FirewallPolicyName": "my-resource",
  "FirewallPolicyArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "FirewallPolicyId": "resource-abc123",
  "Description": "example-string",
  "FirewallPolicyStatus": "active",
  "Tags": "example-string",
  "ConsumedStatelessRuleCapacity": "example-string",
  "ConsumedStatefulRuleCapacity": "example-string",
  "NumberOfAssociations": "example-string",
  "EncryptionConfiguration": "example-string",
  "LastModifiedTime": "example-string"
}