List Resolver Dnssec Configs
route53resolver_list_resolver_dnssec_configs | R Documentation |
Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account¶
Description¶
Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
Usage¶
route53resolver_list_resolver_dnssec_configs(MaxResults, NextToken,
Filters)
Arguments¶
MaxResults |
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 |
NextToken |
(Optional) If the current Amazon Web Services account has more
than For the first For the second and subsequent requests, get the value of
|
Filters |
An optional specification to return a subset of objects. |
Value¶
A list with the following syntax:
list(
NextToken = "string",
ResolverDnssecConfigs = list(
list(
Id = "string",
OwnerId = "string",
ResourceId = "string",
ValidationStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING"|"USE_LOCAL_RESOURCE_SETTING"
)
)
)
Request syntax¶
svc$list_resolver_dnssec_configs(
MaxResults = 123,
NextToken = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
)
)