

# ResolverDnssecConfig
<a name="API_route53resolver_ResolverDnssecConfig"></a>

A complex type that contains information about a configuration for DNSSEC validation.

## Contents
<a name="API_route53resolver_ResolverDnssecConfig_Contents"></a>

 ** Id **   <a name="Route53Resolver-Type-route53resolver_ResolverDnssecConfig-Id"></a>
The ID for a configuration for DNSSEC validation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Required: No

 ** OwnerId **   <a name="Route53Resolver-Type-route53resolver_ResolverDnssecConfig-OwnerId"></a>
The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.  
Type: String  
Length Constraints: Minimum length of 12. Maximum length of 32.  
Required: No

 ** ResourceId **   <a name="Route53Resolver-Type-route53resolver_ResolverDnssecConfig-ResourceId"></a>
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 64.  
Required: No

 ** ValidationStatus **   <a name="Route53Resolver-Type-route53resolver_ResolverDnssecConfig-ValidationStatus"></a>
The validation status for a DNSSEC configuration. The status can be one of the following:  
+  **ENABLING:** DNSSEC validation is being enabled but is not complete.
+  **ENABLED:** DNSSEC validation is enabled.
+  **DISABLING:** DNSSEC validation is being disabled but is not complete.
+  **DISABLED** DNSSEC validation is disabled.
Type: String  
Valid Values: `ENABLING | ENABLED | DISABLING | DISABLED | UPDATING_TO_USE_LOCAL_RESOURCE_SETTING | USE_LOCAL_RESOURCE_SETTING`   
Required: No

## See Also
<a name="API_route53resolver_ResolverDnssecConfig_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/route53resolver-2018-04-01/ResolverDnssecConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/route53resolver-2018-04-01/ResolverDnssecConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/route53resolver-2018-04-01/ResolverDnssecConfig) 