Data needed to perform a RegisterThing operation.

Hierarchy

  • RegisterThingRequest

Properties

certificateOwnershipToken?: string

The token to prove ownership of the certificate. The token is generated by AWS IoT when you create a certificate over MQTT.

parameters?: {
    [key: string]: string;
}

Optional. Key-value pairs from the device that are used by the pre-provisioning hooks to evaluate the registration request.

Type declaration

  • [key: string]: string
templateName: string

The provisioning template name.

Generated using TypeDoc