Create Provisioning Template
GET {{aws_internet_of_things_base_url}}/provisioning-templates&description=&enabled=&provisioningRoleArn=&tags=&templateBody=&templateName=?description&enabled&provisioningRoleArn&tags&templateBody&templateName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
description | null | The description of the fleet provisioning template. | |
enabled | null | True to enable the fleet provisioning template, otherwise false. | |
provisioningRoleArn | null | The role ARN for the role associated with the fleet provisioning template. This IoT role grants permission to provision a device. | |
tags | null | Metadata which can be used to manage the fleet provisioning template. | |
templateBody | null | The JSON formatted contents of the fleet provisioning template. | |
templateName | null | The name of the fleet provisioning template. |