Get Provisioning Template Result
data class GetProvisioningTemplateResult(val description: String? = null, val enabled: Boolean? = null, val preProvisioningHook: ProvisioningTemplateProvisioningHook? = null, val provisioningRoleArn: String? = null, val tags: List<Tag>? = null, val templateArn: String? = null, val templateBody: String? = null)
Properties
Link copied to clipboard
The description of the fleet provisioning template.
Link copied to clipboard
Creates a pre-provisioning hook template.
Link copied to clipboard
The role ARN for the role associated with the fleet provisioning template. This IoT role grants permission to provision a device.
Link copied to clipboard
The ARN that identifies the provisioning template.
Link copied to clipboard
The JSON formatted contents of the fleet provisioning template version.