Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi List Resolver Configs Request Structure

ListResolverConfigsRequest schema from openapi

Type: object Properties: 2
DNSHybrid CloudNetworking

ListResolverConfigsRequest 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

MaxResults NextToken

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-resolver-configs-request-structure.json",
  "description": "ListResolverConfigsRequest schema from openapi",
  "type": "object",
  "properties": {
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListResolverConfigsMaxResult"
        },
        {
          "description": "The maximum number of Resolver configurations that you want to return in the response to a <code>ListResolverConfigs</code> request. If you don't specify a value for <code>MaxResults</code>, up to 100 Resolver configurations are returned."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "<p>(Optional) If the current Amazon Web Services account has more than <code>MaxResults</code> Resolver configurations, use <code>NextToken</code> to get the second and subsequent pages of results.</p> <p>For the first <code>ListResolverConfigs</code> request, omit this value.</p> <p>For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and specify that value for <code>NextToken</code> in the request.</p>"
        }
      ]
    }
  },
  "name": "ListResolverConfigsRequest"
}