Route53Resolver / Client / get_resolver_dnssec_config

get_resolver_dnssec_config#

Route53Resolver.Client.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'
)
Parameters:

ResourceId (string) –

[REQUIRED]

The ID of the virtual private cloud (VPC) for the DNSSEC validation status.

Return type:

dict

Returns:

Response Syntax

{
    'ResolverDNSSECConfig': {
        'Id': 'string',
        'OwnerId': 'string',
        'ResourceId': 'string',
        'ValidationStatus': 'ENABLING'|'ENABLED'|'DISABLING'|'DISABLED'|'UPDATING_TO_USE_LOCAL_RESOURCE_SETTING'|'USE_LOCAL_RESOURCE_SETTING'
    }
}

Response Structure

  • (dict) –

    • ResolverDNSSECConfig (dict) –

      The information about a configuration for DNSSEC validation.

      • Id (string) –

        The ID for a configuration for DNSSEC validation.

      • OwnerId (string) –

        The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.

      • ResourceId (string) –

        The ID of the virtual private cloud (VPC) that you’re configuring the DNSSEC validation status for.

      • ValidationStatus (string) –

        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.

Exceptions