Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ListQueryLoggingConfigsResponse

Hierarchy

Properties

NextToken?: string

If a response includes the last of the query logging configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response.

If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListQueryLoggingConfigs request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.

QueryLoggingConfigs: undefined | QueryLoggingConfig[]

An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current Amazon Web Services account.