get_resolver_dnssec_config(**kwargs)¶Gets DNSSEC validation information for a specified resource.
See also: AWS API Documentation
Request Syntax
response = client.get_resolver_dnssec_config(
    ResourceId='string'
)
[REQUIRED]
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
{
    'ResolverDNSSECConfig': {
        'Id': 'string',
        'OwnerId': 'string',
        'ResourceId': 'string',
        'ValidationStatus': 'ENABLING'|'ENABLED'|'DISABLING'|'DISABLED'
    }
}
Response Structure
The information about a configuration for DNSSEC validation.
The ID for a configuration for DNSSEC validation.
The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
The validation status for a DNSSEC configuration. The status can be one of the following:
Exceptions
Route53Resolver.Client.exceptions.InvalidParameterExceptionRoute53Resolver.Client.exceptions.ResourceNotFoundExceptionRoute53Resolver.Client.exceptions.InvalidRequestExceptionRoute53Resolver.Client.exceptions.InternalServiceErrorExceptionRoute53Resolver.Client.exceptions.ThrottlingExceptionRoute53Resolver.Client.exceptions.AccessDeniedException