Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data PlacementTemplate Source #
An object defining the template for a placement.
See: newPlacementTemplate
smart constructor.
PlacementTemplate' | |
|
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:deviceTemplates:PlacementTemplate'
, placementTemplate_deviceTemplates
- An object specifying the DeviceTemplate for all placements using this
(PlacementTemplate) template.
$sel:defaultAttributes:PlacementTemplate'
, placementTemplate_defaultAttributes
- 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.
placementTemplate_defaultAttributes :: Lens' PlacementTemplate (Maybe (HashMap Text Text)) Source #
The default attributes (key/value pairs) to be applied to all placements using this template.