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

# GET /domainConfigurations/{domainConfigurationName}

`GET /domainConfigurations/{domainConfigurationName}`

Gets summary information about a domain configuration.

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

## Path parameters

- `domainConfigurationName` string, required

## Response `200`

Success

- DescribeDomainConfigurationResponse
  - `domainConfigurationName` string — The name of the domain configuration.
  - `domainConfigurationArn` string — The ARN of the domain configuration.
  - `domainName` string — The name of the domain.
  - `serverCertificates` ServerCertificateSummary[] — A list containing summary information about the server certificate included in the domain configuration.
    - `serverCertificateArn` string — The ARN of the server certificate.
    - `serverCertificateStatus` 'INVALID' | 'VALID' — The status of the server certificate.
    - `serverCertificateStatusDetail` string — Details that explain the status of the server certificate.
  - `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' — A Boolean value that specifies the current state of the domain configuration.
  - `serviceType` 'DATA' | 'CREDENTIAL_PROVIDER' | 'JOBS' — The type of service delivered by the endpoint.
  - `domainType` 'ENDPOINT' | 'AWS_MANAGED' | 'CUSTOMER_MANAGED' — The type of the domain.
  - `lastStatusChangeDate` string, date-time — The date and time the domain configuration's status was last changed.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ThrottlingException
- `482` — InvalidRequestException
- `483` — UnauthorizedException
- `484` — ServiceUnavailableException
- `485` — 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)
