CapacityReservationGroup interface
Specifies information about the capacity reservation group that the capacity reservations should be assigned to.
Currently, a capacity reservation can only be added to a capacity reservation group at creation time. An existing capacity reservation cannot be added or moved to another capacity reservation group.
- Extends
Properties
| properties | capacity reservation group Properties. |
| zones | Availability Zones to use for this capacity reservation group. The zones can be assigned only during creation. If not provided, the group supports only regional resources in the region. If provided, enforces each capacity reservation in the group to be in one of the zones. |
Property Details
properties
capacity reservation group Properties.
properties?: CapacityReservationGroupProperties
Property Value
zones
Availability Zones to use for this capacity reservation group. The zones can be assigned only during creation. If not provided, the group supports only regional resources in the region. If provided, enforces each capacity reservation in the group to be in one of the zones.
zones?: string[]
Property Value
string[]
Inherited Property Details
location
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags