Values.Ec2InstanceSourceDetails about the potentially impacted Amazon EC2 instance resource.
type nonrec t = {availabilityZone : String_.t option;The availability zone of the Amazon EC2 instance. For more information, see Availability zones in the Amazon EC2 User Guide.
*)imageDescription : String_.t option;The image description of the Amazon EC2 instance.
*)instanceState : String_.t option;The state of the Amazon EC2 instance. For more information, see Amazon EC2 instance state changes in the Amazon EC2 User Guide.
*)iamInstanceProfile : IamInstanceProfile.t option;instanceType : String_.t option;Type of the Amazon EC2 instance.
*)outpostArn : String_.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Outpost. This shows applicable Amazon Web Services Outposts instances.
*)platform : String_.t option;The platform of the Amazon EC2 instance.
*)productCodes : ProductCodes.t option;The product code of the Amazon EC2 instance.
*)ec2NetworkInterfaceUids : Ec2NetworkInterfaceUids.t option;The ID of the network interface.
*)}