Amazon Firewall Manager · Example Payload

Amazon Firewall Manager Resource Set Example

ComplianceFirewallNetwork SecuritySecurity

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

Top-level fields

IdNameDescriptionUpdateTokenResourceTypeListLastUpdateTimeResourceSetStatus

Example Payload

Raw ↑
{
  "Id": "rs-abc12345",
  "Name": "Production-ALBs",
  "Description": "All production Application Load Balancers",
  "UpdateToken": "1:updatetoken123",
  "ResourceTypeList": [
    "AWS::ElasticLoadBalancingV2::LoadBalancer"
  ],
  "LastUpdateTime": "2026-04-01T10:00:00Z",
  "ResourceSetStatus": "ACTIVE"
}