Values.AddonInstanceSourceAn Add On instance represents a specific configuration of an Add On.
type nonrec t = {addonInstanceId : AddonInstanceId.t option;The unique ID of the Add On instance.
*)addonSubscriptionId : AddonSubscriptionId.t option;The subscription ID for the instance.
*)addonName : AddonName.t option;The name of the Add On for the instance.
*)addonInstanceArn : AddonInstanceArn.t option;The Amazon Resource Name (ARN) of the Add On instance.
*)createdTimestamp : Timestamp.t option;The timestamp of when the Add On instance was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AddonInstanceId.t | `Timestamp of Timestamp.t ])
list ]