Amazon IoT Device Defender · JSON Structure

Iot Device Defender Create Keys And Certificate Response Structure

The output of the CreateKeysAndCertificate operation.

Type: object Properties: 4
ComplianceIoTSecurityVulnerability Management

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

Properties

certificateArn certificateId certificatePem keyPair

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-keys-and-certificate-response-structure.json",
  "name": "CreateKeysAndCertificateResponse",
  "description": "The output of the CreateKeysAndCertificate operation.",
  "type": "object",
  "properties": {
    "certificateArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateArn"
        },
        {
          "description": "The ARN of the certificate."
        }
      ]
    },
    "certificateId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateId"
        },
        {
          "description": "The ID of the certificate. IoT issues a default subject name for the certificate (for example, IoT Certificate)."
        }
      ]
    },
    "certificatePem": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificatePem"
        },
        {
          "description": "The certificate data, in PEM format."
        }
      ]
    },
    "keyPair": {
      "allOf": [
        {
          "$ref": "#/components/schemas/KeyPair"
        },
        {
          "description": "The generated key pair."
        }
      ]
    }
  }
}