Amazon Route 53 Global Resolver

2026/04/30 - Amazon Route 53 Global Resolver - 1 updated api methods

Changes  Adds support for regions in the UpdateGlobalResolver input.

UpdateGlobalResolver (updated) Link ΒΆ
Changes (request)
{'regions': ['string']}

Updates the configuration of a Route 53 Global Resolver instance. You can modify the name, description, and observability Region.

See also: AWS API Documentation

Request Syntax

client.update_global_resolver(
    globalResolverId='string',
    name='string',
    observabilityRegion='string',
    description='string',
    ipAddressType='IPV4'|'DUAL_STACK',
    regions=[
        'string',
    ]
)
type globalResolverId:

string

param globalResolverId:

[REQUIRED]

The ID of the Global Resolver.

type name:

string

param name:

The name of the Global Resolver.

type observabilityRegion:

string

param observabilityRegion:

The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.

type description:

string

param description:

The description of the Global Resolver.

type ipAddressType:

string

param ipAddressType:

The IP address type for the Global Resolver. Valid values are IPV4 or DUAL_STACK for both IPv4 and IPv6 support.

type regions:

list

param regions:

The list of Amazon Web Services Regions where the Global Resolver will operate. The resolver will be distributed across these Regions to provide global availability and low-latency DNS resolution.

  • (string) --

rtype:

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 ID of the Global Resolver.

    • arn (string) --

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

    • clientToken (string) --

      A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

    • dnsName (string) --

      The hostname to be used by the customers' DNS clients for certification validation.

    • observabilityRegion (string) --

      The Amazon Web Services Regions in which the users' Global Resolver query resolution logs will be propagated.

    • name (string) --

      Name of the Global Resolver.

    • description (string) --

      Description of the Global Resolver.

    • regions (list) --

      The Amazon Web Services Regions in which the Global Resolver will operate.

      • (string) --

    • createdAt (datetime) --

      The time and date the Global Resolverwas created.

    • updatedAt (datetime) --

      The time and date the Global Resolver was updated.

    • status (string) --

      The operational status of the Global Resolver.

    • ipv4Addresses (list) --

      List of anycast IPv4 addresses associated with the Global Resolver instance.

      • (string) --

    • ipv6Addresses (list) --

      List of anycast IPv6 addresses associated with the updated Global Resolver instance. This field is only populated when ipAddressType is DUAL_STACK.

      • (string) --

    • ipAddressType (string) --

      The IP address type configured for the updated Global Resolver.