/AWS1/CL_R53=>LISTQUERYLOGGINGCONFIGS()
¶
About ListQueryLoggingConfigs¶
Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account or the configuration that is associated with a specified hosted zone.
For more information about DNS query logs, see CreateQueryLoggingConfig. Additional information, including the format of DNS query logs, appears in Logging DNS Queries in the Amazon Route 53 Developer Guide.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_HOSTEDZONEID
TYPE /AWS1/R53RESOURCEID
/AWS1/R53RESOURCEID
¶
(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID in
HostedZoneId
.If you don't specify a hosted zone ID,
ListQueryLoggingConfigs
returns all of the configurations that are associated with the current Amazon Web Services account.
IV_NEXTTOKEN
TYPE /AWS1/R53PAGINATIONTOKEN
/AWS1/R53PAGINATIONTOKEN
¶
(Optional) If the current Amazon Web Services account has more than
MaxResults
query logging configurations, useNextToken
to get the second and subsequent pages of results.For the first
ListQueryLoggingConfigs
request, omit this value.For the second and subsequent requests, get the value of
NextToken
from the previous response and specify that value forNextToken
in the request.
IV_MAXRESULTS
TYPE /AWS1/R53INTEGER
/AWS1/R53INTEGER
¶
(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response to the current request. If the current Amazon Web Services account has more than
MaxResults
configurations, use the value of NextToken in the response to get the next page of results.If you don't specify a value for
MaxResults
, Route 53 returns up to 100 configurations.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_R53LSTQUERYLOGCFGSRSP
/AWS1/CL_R53LSTQUERYLOGCFGSRSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC