cloudwatchobservabilityaccessmanager_list_attached_links {paws.management} | R Documentation |
Returns a list of source account links that are linked to this monitoring account sink
Description
Returns a list of source account links that are linked to this monitoring account sink.
See https://www.paws-r-sdk.com/docs/cloudwatchobservabilityaccessmanager_list_attached_links/ for full documentation.
Usage
cloudwatchobservabilityaccessmanager_list_attached_links(
MaxResults = NULL,
NextToken = NULL,
SinkIdentifier
)
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. |
SinkIdentifier |
[required] The ARN of the sink that you want to retrieve links for. |
[Package paws.management version 0.7.0 Index]