Route53GlobalResolver / Client / delete_global_resolver

delete_global_resolver

Route53GlobalResolver.Client.delete_global_resolver(**kwargs)

Deletes a Route 53 Global Resolver instance. This operation cannot be undone. All associated DNS views, access sources, tokens, and firewall rules are also deleted.

Warning

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

See also: AWS API Documentation

Request Syntax

response = client.delete_global_resolver(
    globalResolverId='string'
)
Parameters:

globalResolverId (string) –

[REQUIRED]

The unique identifier of the Route 53 Global Resolver to delete.

Return type:

dict

Returns:

Response Syntax

{
    'id': 'string',
    'arn': 'string',
    'clientToken': 'string',
    'dnsName': 'string',
    'observabilityRegion': 'string',
    'name': 'string',
    'description': 'string',
    'regions': [
        'string',
    ],
    'createdAt': datetime(2015, 1, 1),
    'updatedAt': datetime(2015, 1, 1),
    'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'DELETING',
    'ipv4Addresses': [
        'string',
    ],
    'ipv6Addresses': [
        'string',
    ],
    'ipAddressType': 'IPV4'|'DUAL_STACK'
}

Response Structure

  • (dict) –

    • id (string) –

      The unique identifier of the deleted Route 53 Global Resolver.

    • arn (string) –

      The Amazon Resource Name (ARN) of the deleted Route 53 Global Resolver.

    • clientToken (string) –

      The unique string that identifies the request and ensures idempotency.

    • dnsName (string) –

      The hostname that DNS clients used for TLS certificate validation when connecting to the deleted Route 53 Global Resolver.

    • observabilityRegion (string) –

      The Amazon Web Services Region where observability data for the deleted Route 53 Global Resolver was stored.

    • name (string) –

      The name of the deleted Route 53 Global Resolver.

    • description (string) –

      The description of the deleted Route 53 Global Resolver.

    • regions (list) –

      The Amazon Web Services Regions where the deleted Route 53 Global Resolver was deployed and operational.

      • (string) –

    • createdAt (datetime) –

      The date and time when the Route 53 Global Resolver was originally created.

    • updatedAt (datetime) –

      The date and time when the Route 53 Global Resolver was last updated before deletion.

    • status (string) –

      The final status of the deleted Route 53 Global Resolver.

    • ipv4Addresses (list) –

      The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.

      • (string) –

    • ipv6Addresses (list) –

      The global anycast IPv6 addresses that were associated with the deleted Route 53 Global Resolver.

      • (string) –

    • ipAddressType (string) –

      The IP address type that was configured for the deleted Route 53 Global Resolver.

Exceptions