Values_1.LaunchTemplatePlacementSourceDescribes the placement of an instance.
type nonrec t = {availabilityZone : Values_0.String_.t option;The Availability Zone of the instance.
*)availabilityZoneId : Values_0.AvailabilityZoneId.t option;The ID of the Availability Zone of the instance.
*)affinity : Values_0.String_.t option;The affinity setting for the instance on the Dedicated Host.
*)groupName : Values_0.String_.t option;The name of the placement group for the instance.
*)hostId : Values_0.String_.t option;The ID of the Dedicated Host for the instance.
*)tenancy : Values_0.Tenancy.t option;The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
*)spreadDomain : Values_0.String_.t option;Reserved for future use.
*)hostResourceGroupArn : Values_0.String_.t option;The ARN of the host resource group in which to launch the instances.
*)partitionNumber : Values_0.Integer.t option;The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.
*)groupId : Values_0.PlacementGroupId.t option;The Group ID of the placement group. You must specify the Placement Group Group ID to launch an instance in a shared placement group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ]