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.

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',
    ]
}

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 AWS 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 AWS 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) –

Exceptions

  • Route53GlobalResolver.Client.exceptions.InternalServerException

  • Route53GlobalResolver.Client.exceptions.ValidationException

  • Route53GlobalResolver.Client.exceptions.ConflictException

  • Route53GlobalResolver.Client.exceptions.AccessDeniedException

  • Route53GlobalResolver.Client.exceptions.ThrottlingException

  • Route53GlobalResolver.Client.exceptions.ResourceNotFoundException