Amazon IoT Device Defender · JSON Structure

Iot Device Defender Describe Endpoint Response Structure

The output from the DescribeEndpoint operation.

Type: object Properties: 1
ComplianceIoTSecurityVulnerability Management

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

Properties

endpointAddress

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-describe-endpoint-response-structure.json",
  "name": "DescribeEndpointResponse",
  "description": "The output from the DescribeEndpoint operation.",
  "type": "object",
  "properties": {
    "endpointAddress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EndpointAddress"
        },
        {
          "description": "The endpoint. The format of the endpoint is as follows: <i>identifier</i>.iot.<i>region</i>.amazonaws.com."
        }
      ]
    }
  }
}