Values.UpdateLinkInputSourceUse this operation to change what types of data are shared from a source account to its linked monitoring account sink. You can't change the sink or change the monitoring account with this operation. When you update a link, you can optionally specify filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account. To update the list of tags associated with the sink, use TagResource.
type nonrec t = {identifier : ResourceIdentifier.t;The ARN of the link that you want to update.
*)includeTags : IncludeTags.t option;Specifies whether to include the tags associated with the link in the response after the update operation. 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.
*)linkConfiguration : LinkConfiguration.t option;Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.
*)resourceTypes : ResourceTypesInput.t;An array of strings that define which types of data that the source account will send to the monitoring account. Your input here replaces the current set of data types that are shared.
*)}val make :
?includeTags:??? ->
?linkConfiguration:??? ->
identifier:ResourceIdentifier.t ->
resourceTypes:ResourceTypesInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IncludeTags.t
| `List of [> `Enum of string ] list
| `String of ResourceIdentifier.t
| `Structure of
(string
* [> `Structure of (string * [> `String of LogsFilter.t ]) list ])
list ])
list ]