Skip to content

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

cloudwatchobservabilityaccessmanager_list_sinks(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",
      Name = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_sinks(
  MaxResults = 123,
  NextToken = "string"
)