AWS::IoT1Click::Project PlacementTemplate
In Amazon CloudFormation, use the PlacementTemplate property type to define the template for an Amazon IoT 1-Click project.
PlacementTemplate is a property of the AWS::IoT1Click::Project resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DefaultAttributes" :Json, "DeviceTemplates" :Json}
YAML
DefaultAttributes:JsonDeviceTemplates:Json
Properties
DefaultAttributes-
The default 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