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

A key-value string pair representation of an entry in the list of parameters that will be sent as part of the request payload to the server for provisioning the device. More...

#include <aws_iot_provisioning_types.h>

Data Fields

const char * pParameterKey
 
size_t parameterKeyLength
 
const char * pParameterValue
 
size_t parameterValueLength
 

Detailed Description

A key-value string pair representation of an entry in the list of parameters that will be sent as part of the request payload to the server for provisioning the device.

Parameter for: AwsIotProvisioning_RegisterThing

Field Documentation

◆ pParameterKey

const char* AwsIotProvisioningRequestParameterEntry_t::pParameterKey

The key string of the parameter entry.

◆ parameterKeyLength

size_t AwsIotProvisioningRequestParameterEntry_t::parameterKeyLength

The length of the key string.

◆ pParameterValue

const char* AwsIotProvisioningRequestParameterEntry_t::pParameterValue

The value string of the parameter entry.

◆ parameterValueLength

size_t AwsIotProvisioningRequestParameterEntry_t::parameterValueLength

The length of the value string.


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