Values.ContainerServicePowerSourceDescribes the powers that can be specified for an Amazon Lightsail container service. The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
type nonrec t = {powerId : String_.t option;The ID of the power (nano-1).
*)price : Float_.t option;The monthly price of the power in USD.
*)cpuCount : Float_.t option;The number of vCPUs included in the power.
*)ramSizeInGb : Float_.t option;The amount of RAM (in GB) of the power.
*)name : String_.t option;The friendly name of the power (nano).
*)isActive : Boolean.t option;A Boolean value indicating whether the power is active and can be specified for container services.
*)}