Values.LicenseConfigurationSourceDescribes the configuration of a license for an Amazon EC2 instance.
type nonrec t = {numberOfCores : NumberOfCores.t option;The current number of cores associated with the instance.
*)instanceType : InstanceType.t option;The instance type used in the license.
*)operatingSystem : OperatingSystem.t option;The operating system of the instance.
*)licenseEdition : LicenseEdition.t option;The edition of the license for the application that runs on the instance.
*)licenseName : LicenseName.t option;The name of the license for the application that runs on the instance.
*)licenseModel : LicenseModel.t option;The license type associated with the instance.
*)licenseVersion : LicenseVersion.t option;The version of the license for the application that runs on the instance.
*)metricsSource : MetricsSource.t option;The list of metric sources required to generate recommendations for commercial software licenses.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of NumberOfCores.t
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of MetricProviderArn.t ])
list ]
list
| `String of InstanceType.t ])
list ]