Values.GetSinkInputSourceReturns complete information about one monitoring account sink. To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
type nonrec t = {identifier : ResourceIdentifier.t;The ARN of the sink to retrieve information for.
*)includeTags : IncludeTags.t option;Specifies whether to include the tags associated with the sink in the response. When IncludeTags is set to true and the caller has the required permission, oam:ListTagsForResource, the API will return the tags for the specified resource. If the caller doesn't have the required permission, oam:ListTagsForResource, the API will raise an exception. The default value is false.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IncludeTags.t | `String of ResourceIdentifier.t ])
list ]