Amazon IoT Device Defender · JSON Structure

Iot Device Defender Create Domain Configuration Response Structure

CreateDomainConfigurationResponse schema

Type: object Properties: 2
ComplianceIoTSecurityVulnerability Management

CreateDomainConfigurationResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

domainConfigurationName domainConfigurationArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-create-domain-configuration-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}