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¶
Arguments¶
MaxResultsLimits the number of returned links to the specified number.
NextTokenThe 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"
)