ProvisioningTemplate

class ProvisioningTemplate : KotlinCustomResource

Creates a fleet provisioning template.

Properties

Link copied to clipboard
val description: Output<String>?

The description of the fleet provisioning template.

Link copied to clipboard
val enabled: Output<Boolean>?

True to enable the fleet provisioning template, otherwise false.

Link copied to clipboard
val id: Output<String>
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
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Metadata that can be used to manage the fleet provisioning template.

Link copied to clipboard
val templateArn: Output<String>

The ARN that identifies the provisioning template.

Link copied to clipboard
val templateBody: Output<String>

The JSON formatted contents of the fleet provisioning template version.

Link copied to clipboard
val templateName: Output<String>?

The name of the fleet provisioning template.

Link copied to clipboard

The type of the provisioning template.

Link copied to clipboard
val urn: Output<String>