List Links
cloudwatchobservabilityaccessmanager_list_links | R Documentation |
Use this operation in a source account to return a list of links to monitoring account sinks that this source account has¶
Description¶
Use this operation in a source account to return a list of links to monitoring account sinks that this source account has.
To find a list of links for one monitoring account sink, use
list_attached_links
from within the monitoring account.
Usage¶
cloudwatchobservabilityaccessmanager_list_links(MaxResults, NextToken)
Arguments¶
MaxResults |
Limits the number of returned links to the specified number. |
NextToken |
The token for the next set of items to return. You received this token from a previous call. |
Value¶
A list with the following syntax:
list(
Items = list(
list(
Arn = "string",
Id = "string",
Label = "string",
ResourceTypes = list(
"string"
),
SinkArn = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_links(
MaxResults = 123,
NextToken = "string"
)