AWS IoT 1-Click Project PlacementTemplate
In AWS CloudFormation, use the
PlacementTemplate property type to define the template for an AWS IoT 1-Click
project.
PlacementTemplate is a property of the AWS::IoT1Click::Project
resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DefaultAttributes" :Json, "DeviceTemplates" :Json}
YAML
DefaultAttributes:JsonDeviceTemplates:Json
Properties
DefaultAttributes-
The attributes (key/value pairs) to be applied to all placements using this template.
Required: No
Type: Json
Update requires: No interruption
DeviceTemplates-
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
Required: No
Type: Json
Update requires: Replacement
