Get Resolver Dnssec Config
route53resolver_get_resolver_dnssec_config | R Documentation |
Gets DNSSEC validation information for a specified resource¶
Description¶
Gets DNSSEC validation information for a specified resource.
Usage¶
Arguments¶
ResourceId
[required] The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
Value¶
A list with the following syntax:
list(
ResolverDNSSECConfig = list(
Id = "string",
OwnerId = "string",
ResourceId = "string",
ValidationStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING"|"USE_LOCAL_RESOURCE_SETTING"
)
)