Amazon IoT Core · Schema

CreateDomainConfigurationResponse

CreateDomainConfigurationResponse schema

Device ManagementIoTMQTTMessage Routing

Properties

Name Type Description
domainConfigurationName object
domainConfigurationArn object
View JSON Schema on GitHub

JSON Schema

iot-core-create-domain-configuration-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-create-domain-configuration-response-schema.json",
  "title": "CreateDomainConfigurationResponse",
  "description": "CreateDomainConfigurationResponse schema",
  "type": "object",
  "properties": {
    "domainConfigurationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainConfigurationName"
        },
        {
          "description": "The name of the domain configuration."
        }
      ]
    },
    "domainConfigurationArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainConfigurationArn"
        },
        {
          "description": "The ARN of the domain configuration."
        }
      ]
    }
  }
}