Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi List Resolver Dnssec Configs Response Structure

ListResolverDnssecConfigsResponse schema from openapi

Type: object Properties: 2
DNSHybrid CloudNetworking

ListResolverDnssecConfigsResponse 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 ResolverDnssecConfigs

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-dnssec-configs-response-structure.json",
  "description": "ListResolverDnssecConfigsResponse schema from openapi",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "<p>If a response includes the last of the DNSSEC 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 <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListResolverDnssecConfigs.html\">ListResolverDnssecConfigs</a> request. Get the value of <code>NextToken</code> that Amazon Route 53 returned in the previous response and include it in <code>NextToken</code> in the next request.</p>"
        }
      ]
    },
    "ResolverDnssecConfigs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResolverDnssecConfigList"
        },
        {
          "description": "An array that contains one <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResolverDnssecConfig.html\">ResolverDnssecConfig</a> element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account."
        }
      ]
    }
  },
  "name": "ListResolverDnssecConfigsResponse"
}