Values.LicenseConfigurationAssociationSourceDescribes an association with a license configuration.
type nonrec t = {resourceArn : String_.t option;Amazon Resource Name (ARN) of the resource.
*)resourceType : ResourceType.t option;Type of server resource.
*)resourceOwnerId : String_.t option;ID of the Amazon Web Services account that owns the resource consuming licenses.
*)associationTime : DateTime.t option;Time when the license configuration was associated with the resource.
*)amiAssociationScope : String_.t option;Scope of AMI associations. The possible value is cross-account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of DateTime.t ])
list ]