cloudwatchlogs_describe_destinations: Lists all your destinations

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_describe_destinationsR Documentation

Lists all your destinations

Description

Lists all your destinations. The results are ASCII-sorted by destination name.

See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_destinations/ for full documentation.

Usage

cloudwatchlogs_describe_destinations(
  DestinationNamePrefix = NULL,
  nextToken = NULL,
  limit = NULL
)

Arguments

DestinationNamePrefix

The prefix to match. If you don't specify a value, no prefix filter is applied.

nextToken

The token for the next set of items to return. (You received this token from a previous call.)

limit

The maximum number of items returned. If you don't specify a value, the default maximum value of 50 items is used.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.