AWS IoT Device SDK C: Fleet Provisioning
AWS IoT Fleet Provisioning
Return to main page ↑
AwsIotProvisioningRegisterThingRequestInfo_t Struct Reference

Aggregates information required for sending a request to the AWS IoT Core service for provisioning a device to its customer AWS IoT account. More...

#include <aws_iot_provisioning_types.h>

Data Fields

const char * pTemplateName
 The name of the template on the AWS IoT account to be used for provisioning the device.
 
size_t templateNameLength
 The length of the template name text.
 
const char * pDeviceCertificateId
 The certificate ID string (of the certificate issued by AWS IoT) to provision the device with.
 
size_t deviceCertificateIdLength
 The length of the certificate ID. (Should be 64 characters long)
 
const char * pCertificateOwnershipToken
 The ownership token for the certificate being requested for provisioning the device with. This token should have been issued by AWS IoT for the same certificate ID being passed.
 
size_t ownershipTokenLength
 The length of the ownership token string.
 
const AwsIotProvisioningRequestParameterEntry_tpParametersStart
 The list of parameter entries to send to the server for provisioning the device.
 
size_t numOfParameters
 The number of entries in the parameter list.
 

Detailed Description

Aggregates information required for sending a request to the AWS IoT Core service for provisioning a device to its customer AWS IoT account.

Parameter for: AwsIotProvisioning_RegisterThing


The documentation for this struct was generated from the following file: