synthetics_get_canary_runs: Retrieves a list of runs for a specified canary

View source: R/synthetics_operations.R

synthetics_get_canary_runsR Documentation

Retrieves a list of runs for a specified canary

Description

Retrieves a list of runs for a specified canary.

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

Usage

synthetics_get_canary_runs(Name, NextToken = NULL, MaxResults = NULL)

Arguments

Name

[required] The name of the canary that you want to see runs for.

NextToken

A token that indicates that there is more data available. You can use this token in a subsequent get_canary_runs operation to retrieve the next set of results.

MaxResults

Specify this parameter to limit how many runs are returned each time you use the get_canary_runs operation. If you omit this parameter, the default of 100 is used.


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