ListResolverDnssecConfigsResponse

ListResolverDnssecConfigsResponse schema from openapi

DNSHybrid CloudNetworking

Properties

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

JSON Schema

amazon-route53-resolver-openapi-list-resolver-dnssec-configs-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-resolver-dnssec-configs-response-schema.json",
  "title": "ListResolverDnssecConfigsResponse",
  "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."
        }
      ]
    }
  }
}