--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_domain_configuration Resource - terraform-provider-awscc" subcategory: "" description: |- Create and manage a Domain Configuration --- # awscc_iot_domain_configuration (Resource) Create and manage a Domain Configuration ## Schema ### Optional - `authorizer_config` (Attributes) (see [below for nested schema](#nestedatt--authorizer_config)) - `domain_configuration_name` (String) - `domain_configuration_status` (String) - `domain_name` (String) - `server_certificate_arns` (List of String) - `service_type` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) - `validation_certificate_arn` (String) ### Read-Only - `arn` (String) - `domain_type` (String) - `id` (String) Uniquely identifies the resource. - `server_certificates` (Attributes List) (see [below for nested schema](#nestedatt--server_certificates)) ### Nested Schema for `authorizer_config` Optional: - `allow_authorizer_override` (Boolean) - `default_authorizer_name` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ### Nested Schema for `server_certificates` Read-Only: - `server_certificate_arn` (String) - `server_certificate_status` (String) - `server_certificate_status_detail` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iot_domain_configuration.example ```