Lists the configurations for DNSSEC validation that are associated with the current AWS account.
route53resolver_list_resolver_dnssec_configs(MaxResults, NextToken,
Filters)
Optional: An integer that specifies the maximum number of DNSSEC
configuration results that you want Amazon Route 53 to return. If you
don't specify a value for MaxResults
, Route 53 returns up to 100
configuration per page.
(Optional) If the current AWS account has more than MaxResults
DNSSEC
configurations, use NextToken
to get the second and subsequent pages
of results.
For the first
list_resolver_dnssec_configs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken
in the
request.
An optional specification to return a subset of objects.
A list with the following syntax:
list( NextToken = "string", ResolverDnssecConfigs = list( list( Id = "string", OwnerId = "string", ResourceId = "string", ValidationStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED" ) ) )
svc$list_resolver_dnssec_configs( MaxResults = 123, NextToken = "string", Filters = list( list( Name = "string", Values = list( "string" ) ) ) )