| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT1ClickProjects.Types.PlacementTemplate
Description
Documentation
data PlacementTemplate Source #
An object defining the template for a placement.
See: newPlacementTemplate smart constructor.
Constructors
| PlacementTemplate' | |
Fields
| |
Instances
newPlacementTemplate :: PlacementTemplate Source #
Create a value of PlacementTemplate with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultAttributes:PlacementTemplate', placementTemplate_defaultAttributes - The default attributes (key/value pairs) to be applied to all
placements using this template.
$sel:deviceTemplates:PlacementTemplate', placementTemplate_deviceTemplates - An object specifying the DeviceTemplate for all placements using this
(PlacementTemplate) template.
placementTemplate_defaultAttributes :: Lens' PlacementTemplate (Maybe (HashMap Text Text)) Source #
The default attributes (key/value pairs) to be applied to all placements using this template.
placementTemplate_deviceTemplates :: Lens' PlacementTemplate (Maybe (HashMap Text DeviceTemplate)) Source #
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.