Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi List Firewall Rules Response Structure

ListFirewallRulesResponse schema from openapi

Type: object Properties: 2
DNSHybrid CloudNetworking

ListFirewallRulesResponse is a JSON Structure definition published by Amazon Route 53 Resolver, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken FirewallRules

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-list-firewall-rules-response-structure.json",
  "description": "ListFirewallRulesResponse schema from openapi",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request."
        }
      ]
    },
    "FirewallRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallRules"
        },
        {
          "description": "<p>A list of the rules that you have defined. </p> <p>This might be a partial list of the firewall rules that you've defined. For information, see <code>MaxResults</code>. </p>"
        }
      ]
    }
  },
  "name": "ListFirewallRulesResponse"
}