Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi List Resolver Configs Response Structure

ListResolverConfigsResponse schema from openapi

Type: object Properties: 2
DNSHybrid CloudNetworking

ListResolverConfigsResponse 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 ResolverConfigs

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-response-structure.json",
  "description": "ListResolverConfigsResponse schema from openapi",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "<p>If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, <code>NextToken</code> doesn't appear in the response.</p> <p>If a response doesn't include the last of the configurations, you can get more configurations by submitting another <code>ListResolverConfigs</code> request. Get the value of <code>NextToken</code> that Amazon Route\u00a053 returned in the previous response and include it in <code>NextToken</code> in the next request.</p>"
        }
      ]
    },
    "ResolverConfigs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResolverConfigList"
        },
        {
          "description": "An array that contains one <code>ResolverConfigs</code> element for each Resolver configuration that is associated with the current Amazon Web Services account."
        }
      ]
    }
  },
  "name": "ListResolverConfigsResponse"
}