Values.ServiceResourceCostSourceAn object that contains information about the estimated monthly cost to analyze an Amazon Web Services resource. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
type nonrec t = {type_ : ResourceType.t option;The type of the Amazon Web Services resource.
*)state : CostEstimationServiceResourceState.t option;The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are not charged.
*)count : CostEstimationServiceResourceCount.t option;The number of active resources analyzed for this service to create a monthly cost estimate.
*)unitCost : Cost.t option;The price per hour to analyze the resources in the service. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
*)cost : Cost.t option;The total estimated monthly cost to analyze the active resources for this resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Cost.t
| `Enum of string
| `Integer of CostEstimationServiceResourceCount.t
| `String of ResourceType.t ])
list ]