synthetics_describe_canaries_last_run {paws.management} | R Documentation |
Use this operation to see information from the most recent run of each canary that you have created
Description
Use this operation to see information from the most recent run of each canary that you have created.
See https://www.paws-r-sdk.com/docs/synthetics_describe_canaries_last_run/ for full documentation.
Usage
synthetics_describe_canaries_last_run(
NextToken = NULL,
MaxResults = NULL,
Names = NULL
)
Arguments
NextToken |
A token that indicates that there is more data available. You can use
this token in a subsequent
|
MaxResults |
Specify this parameter to limit how many runs are returned each time you
use the |
Names |
Use this parameter to return only canaries that match the names that you specify here. You can specify as many as five canary names. If you specify this parameter, the operation is successful only if you have authorization to view all the canaries that you specify in your request. If you do not have permission to view any of the canaries, the request fails with a 403 response. You are required to use the |