Values.LicenseConfigurationUsageSourceDetails about the usage of a resource associated with a license configuration.
type nonrec t = {resourceArn : String_.t option;Amazon Resource Name (ARN) of the resource.
*)resourceType : ResourceType.t option;Type of resource.
*)resourceStatus : String_.t option;Status of the resource.
*)resourceOwnerId : String_.t option;ID of the account that owns the resource.
*)associationTime : DateTime.t option;Time when the license configuration was initially associated with the resource.
*)consumedLicenses : BoxLong.t option;Number of licenses consumed by the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of BoxLong.t
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]