Amazon IoT Core · JSON Structure

Iot Core Describe C A Certificate Response Structure

The output from the DescribeCACertificate operation.

Type: object Properties: 2
Device ManagementIoTMQTTMessage Routing

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

Properties

certificateDescription registrationConfig

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-core/refs/heads/main/json-structure/iot-core-describe-c-a-certificate-response-structure.json",
  "name": "DescribeCACertificateResponse",
  "description": "The output from the DescribeCACertificate operation.",
  "type": "object",
  "properties": {
    "certificateDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CACertificateDescription"
        },
        {
          "description": "The CA certificate description."
        }
      ]
    },
    "registrationConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegistrationConfig"
        },
        {
          "description": "Information about the registration configuration."
        }
      ]
    }
  }
}