Amazon Route 53 Resolver · Schema
ListResolverConfigsResponse
ListResolverConfigsResponse schema from openapi
DNSHybrid CloudNetworking
Properties
| Name | Type | Description |
|---|---|---|
| NextToken | object | |
| ResolverConfigs | object |
JSON Schema
{
"$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-configs-response-schema.json",
"title": "ListResolverConfigsResponse",
"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."
}
]
}
}
}