| 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.EC2.Types.CapacityReservationGroup
Description
Documentation
data CapacityReservationGroup Source #
Describes a resource group to which a Capacity Reservation has been added.
See: newCapacityReservationGroup smart constructor.
Constructors
| CapacityReservationGroup' | |
Instances
newCapacityReservationGroup :: CapacityReservationGroup Source #
Create a value of CapacityReservationGroup 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:groupArn:CapacityReservationGroup', capacityReservationGroup_groupArn - The ARN of the resource group.
$sel:ownerId:CapacityReservationGroup', capacityReservationGroup_ownerId - The ID of the Amazon Web Services account that owns the resource group.
capacityReservationGroup_groupArn :: Lens' CapacityReservationGroup (Maybe Text) Source #
The ARN of the resource group.
capacityReservationGroup_ownerId :: Lens' CapacityReservationGroup (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the resource group.