---
title: "PUT /domainConfigurations/{domainConfigurationName}"
method: PUT
path: "/domainConfigurations/{domainConfigurationName}"
---

# PUT /domainConfigurations/{domainConfigurationName}

`PUT /domainConfigurations/{domainConfigurationName}`

Updates values stored in the domain configuration. Domain configurations for default endpoints can't be updated.

Requires permission to access the [UpdateDomainConfiguration](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Path parameters

- `domainConfigurationName` string, required

## Request body

- object
  - `authorizerConfig` object — An object that specifies the authorization service for a domain.
    - `defaultAuthorizerName` string — The name of the authorization service for a domain configuration.
    - `allowAuthorizerOverride` boolean — A Boolean that specifies whether the domain configuration's authorization service can be overridden.
  - `domainConfigurationStatus` 'ENABLED' | 'DISABLED' — The status to which the domain configuration should be updated.
  - `removeAuthorizerConfig` boolean — Removes the authorization configuration from a domain.

## Response `200`

Success

- UpdateDomainConfigurationResponse
  - `domainConfigurationName` string — The name of the domain configuration that was updated.
  - `domainConfigurationArn` string — The ARN of the domain configuration that was updated.

## Other responses

- `480` — ResourceNotFoundException
- `481` — CertificateValidationException
- `482` — InvalidRequestException
- `483` — ThrottlingException
- `484` — UnauthorizedException
- `485` — ServiceUnavailableException
- `486` — InternalFailureException

---

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