Values.AwsEc2LaunchTemplateDataPlacementDetailsSourceProvides details about the placement of an Amazon EC2 instance.
type nonrec t = {affinity : NonEmptyString.t option;The affinity setting for an instance on an EC2 Dedicated Host.
*)availabilityZone : NonEmptyString.t option;The Availability Zone for the instance.
*)groupName : NonEmptyString.t option;The name of the placement group for the instance.
*)hostId : NonEmptyString.t option;The ID of the Dedicated Host for the instance.
*)hostResourceGroupArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.
*)partitionNumber : Integer.t option;The number of the partition the instance should launch in.
*)spreadDomain : NonEmptyString.t option;Reserved for future use.
*)tenancy : NonEmptyString.t option;The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]