CreateProvisioningTemplateRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the provisioning template.

Link copied to clipboard

True to enable the provisioning template, otherwise false.

Link copied to clipboard

Creates a pre-provisioning hook template. Only supports template of type FLEET_PROVISIONING. For more information about provisioning template types, see type.

Link copied to clipboard

The role ARN for the role associated with the provisioning template. This IoT role grants permission to provision a device.

Link copied to clipboard
val tags: List<Tag>?

Metadata which can be used to manage the provisioning template.

Link copied to clipboard

The JSON formatted contents of the provisioning template.

Link copied to clipboard

The name of the provisioning template.

Link copied to clipboard

The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String