DedicatedHostGroupUpdate interface
Specifies information about the dedicated host group that the dedicated host should be assigned to. Only tags may be updated.
- Extends
Properties
| properties | Dedicated Host Group Properties. |
| zones | Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. |
Inherited Properties
| tags | Resource tags |
Property Details
properties
Dedicated Host Group Properties.
properties?: DedicatedHostGroupProperties
Property Value
zones
Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone.
zones?: string[]
Property Value
string[]
Inherited Property Details
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From UpdateResource.tags