Amazon Route 53 Resolver · Schema
ListResolverQueryLogConfigAssociationsResponse
ListResolverQueryLogConfigAssociationsResponse schema from openapi
DNSHybrid CloudNetworking
Properties
| Name | Type | Description |
|---|---|---|
| NextToken | object | |
| TotalCount | object | |
| TotalFilteredCount | object | |
| ResolverQueryLogConfigAssociations | object |
JSON Schema
amazon-route53-resolver-openapi-list-resolver-query-log-config-associations-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-query-log-config-associations-response-schema.json",
"title": "ListResolverQueryLogConfigAssociationsResponse",
"description": "ListResolverQueryLogConfigAssociationsResponse schema from openapi",
"type": "object",
"properties": {
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "If there are more than <code>MaxResults</code> query logging associations, you can submit another <code>ListResolverQueryLogConfigAssociations</code> request to get the next group of associations. In the next request, specify the value of <code>NextToken</code> from the previous response. "
}
]
},
"TotalCount": {
"allOf": [
{
"$ref": "#/components/schemas/Count"
},
{
"description": "The total number of query logging associations that were created by the current account in the specified Region. This count can differ from the number of associations that are returned in a <code>ListResolverQueryLogConfigAssociations</code> response, depending on the values that you specify in the request."
}
]
},
"TotalFilteredCount": {
"allOf": [
{
"$ref": "#/components/schemas/Count"
},
{
"description": "The total number of query logging associations that were created by the current account in the specified Region and that match the filters that were specified in the <code>ListResolverQueryLogConfigAssociations</code> request. For the total number of associations that were created by the current account in the specified Region, see <code>TotalCount</code>."
}
]
},
"ResolverQueryLogConfigAssociations": {
"allOf": [
{
"$ref": "#/components/schemas/ResolverQueryLogConfigAssociationList"
},
{
"description": "A list that contains one <code>ResolverQueryLogConfigAssociations</code> element for each query logging association that matches the values that you specified for <code>Filter</code>."
}
]
}
}
}