---
title: "PATCH /hosted-zone-associations/{hostedZoneAssociationId}"
method: PATCH
path: "/hosted-zone-associations/{hostedZoneAssociationId}"
---

# PATCH /hosted-zone-associations/{hostedZoneAssociationId}

`PATCH /hosted-zone-associations/{hostedZoneAssociationId}`

Updates the configuration of a hosted zone association.

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.

## Path parameters

- `hostedZoneAssociationId` string, required

## Request body

- object
  - `name` string — The name you want to update the hosted zone association to.

## Response `200`

Success

- UpdateHostedZoneAssociationOutput
  - `id` string, required — The ID of the private hosted zone association.
  - `resourceArn` string, required — The Amazon Resource Name (ARN) of the private hosted zone association.
  - `hostedZoneId` string, required — The ID of the private hosted zone.
  - `hostedZoneName` string, required — The name of the domain associated with the private hosted zone.
  - `name` string, required — The name of the private hosted zone association.
  - `createdAt` string, date-time, required — The time and date the private hosted zone association was created.
  - `updatedAt` string, date-time, required — The time and date the private hosted zone association was updated.
  - `status` 'CREATING' | 'OPERATIONAL' | 'DELETING', required — The operational status of the private hosted zone association.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ConflictException
- `483` — ServiceQuotaExceededException
- `484` — AccessDeniedException
- `485` — ThrottlingException
- `486` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/route53globalresolver.md) · [All operations](https://skmtc.net/aws/apis/route53globalresolver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53globalresolver/versions/5ebf158d0c4b/schema)
