List Sinks
cloudwatchobservabilityaccessmanager_list_sinks | R Documentation |
Use this operation in a monitoring account to return the list of sinks created in that account¶
Description¶
Use this operation in a monitoring account to return the list of sinks created in that account.
Usage¶
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",
Name = "string"
)
),
NextToken = "string"
)