Amazon IoT Core · Example Payload

Iot Core Create Provisioning Claim Response Example

Device ManagementIoTMQTTMessage Routing

Iot Core Create Provisioning Claim Response Example is an example object payload from Amazon IoT Core, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

certificateIdcertificatePemkeyPairexpiration

Example Payload

Raw ↑
{
  "certificateId": "id-abc123",
  "certificatePem": "example-value",
  "keyPair": "example-value",
  "expiration": "example-value"
}