Skip to content

Update Resolver Dnssec Config

route53resolver_update_resolver_dnssec_config R Documentation

Updates an existing DNSSEC validation configuration

Description

Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.

Usage

route53resolver_update_resolver_dnssec_config(ResourceId, Validation)

Arguments

ResourceId

[required] The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.

Validation

[required] The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE or DISABLE. Be aware that it can take time for a validation status change to be completed.

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"
  )
)

Request syntax

svc$update_resolver_dnssec_config(
  ResourceId = "string",
  Validation = "ENABLE"|"DISABLE"|"USE_LOCAL_RESOURCE_SETTING"
)