---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iot_domain_configuration Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
  Data Source schema for AWS::IoT::DomainConfiguration
---

# awscc_iot_domain_configuration (Data Source)

Data Source schema for AWS::IoT::DomainConfiguration



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `id` (String) Uniquely identifies the resource.

### Read-Only

- `arn` (String)
- `authorizer_config` (Attributes) (see [below for nested schema](#nestedatt--authorizer_config))
- `domain_configuration_name` (String)
- `domain_configuration_status` (String)
- `domain_name` (String)
- `domain_type` (String)
- `server_certificate_arns` (List of String)
- `server_certificates` (Attributes List) (see [below for nested schema](#nestedatt--server_certificates))
- `service_type` (String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
- `validation_certificate_arn` (String)

<a id="nestedatt--authorizer_config"></a>
### Nested Schema for `authorizer_config`

Read-Only:

- `allow_authorizer_override` (Boolean)
- `default_authorizer_name` (String)


<a id="nestedatt--server_certificates"></a>
### Nested Schema for `server_certificates`

Read-Only:

- `server_certificate_arn` (String)
- `server_certificate_status` (String)
- `server_certificate_status_detail` (String)


<a id="nestedatt--tags"></a>
### Nested Schema for `tags`

Read-Only:

- `key` (String)
- `value` (String)