ListFirewallDomainsResponse

ListFirewallDomainsResponse schema from openapi

DNSHybrid CloudNetworking

Properties

Name Type Description
NextToken object
Domains object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-list-firewall-domains-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-list-firewall-domains-response-schema.json",
  "title": "ListFirewallDomainsResponse",
  "description": "ListFirewallDomainsResponse 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."
        }
      ]
    },
    "Domains": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallDomains"
        },
        {
          "description": "<p>A list of the domains in the firewall domain list. </p> <p>This might be a partial list of the domains that you've defined in the domain list. For information, see <code>MaxResults</code>. </p>"
        }
      ]
    }
  }
}