Amazon Network Firewall · Example Payload

Openapi Rule Group Response Example

FirewallIntrusion DetectionNetwork SecurityVPC

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

Top-level fields

RuleGroupArnRuleGroupNameRuleGroupIdDescriptionTypeCapacityRuleGroupStatusTagsConsumedCapacityNumberOfAssociationsEncryptionConfigurationSourceMetadataSnsTopicLastModifiedTime

Example Payload

Raw ↑
{
  "RuleGroupArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "RuleGroupName": "my-resource",
  "RuleGroupId": "resource-abc123",
  "Description": "example-string",
  "Type": "standard",
  "Capacity": "example-string",
  "RuleGroupStatus": "active",
  "Tags": "example-string",
  "ConsumedCapacity": "example-string",
  "NumberOfAssociations": "example-string",
  "EncryptionConfiguration": "example-string",
  "SourceMetadata": "example-string",
  "SnsTopic": "example-string",
  "LastModifiedTime": "example-string"
}