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 |
Documentation
data PlacementGroupInfo Source #
Describes the placement group support of the instance type.
See: newPlacementGroupInfo
smart constructor.
PlacementGroupInfo' | |
|
Instances
newPlacementGroupInfo :: PlacementGroupInfo Source #
Create a value of PlacementGroupInfo
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:supportedStrategies:PlacementGroupInfo'
, placementGroupInfo_supportedStrategies
- The supported placement group types.
placementGroupInfo_supportedStrategies :: Lens' PlacementGroupInfo (Maybe [PlacementGroupStrategy]) Source #
The supported placement group types.