Values.ResourceSourceA resource affected by or closely linked to an event.
type nonrec t = {id : String_.t option;The unique identifier for the resource. At least one id or ARN is required.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the resource. At least one id or ARN is required.
*)detailUrl : Url.t option;The URL to the resource's detail page. If a detail page URL is unavailable, it is the URL to an informational page that describes the resource's type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of TagsMemberString.t ] list
| `String of String_.t ])
list ]