Values.RecommendationRelatedEventSourceInformation about an event that is related to a recommendation.
type nonrec t = {name : RecommendationRelatedEventName.t option;The name of the event. This corresponds to the Name field in an Event object.
*)resources : RecommendationRelatedEventResources.t option;A ResourceCollection object that contains arrays of the names of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of RecommendationRelatedEventResourceName.t ])
list ]
list
| `String of RecommendationRelatedEventName.t ])
list ]