Amazon Network Firewall · Example Payload

Openapi Firewall Example

FirewallIntrusion DetectionNetwork SecurityVPC

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

Top-level fields

FirewallNameFirewallArnFirewallPolicyArnVpcIdSubnetMappingsDeleteProtectionSubnetChangeProtectionFirewallPolicyChangeProtectionDescriptionFirewallIdTagsEncryptionConfiguration

Example Payload

Raw ↑
{
  "FirewallName": "my-resource",
  "FirewallArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "FirewallPolicyArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "VpcId": "resource-abc123",
  "SubnetMappings": "example-string",
  "DeleteProtection": "example-string",
  "SubnetChangeProtection": "example-string",
  "FirewallPolicyChangeProtection": "example-string",
  "Description": "example-string",
  "FirewallId": "resource-abc123",
  "Tags": "example-string",
  "EncryptionConfiguration": "example-string"
}