aws.synthetics.get_canary_runs
Example SQL Queries
SELECT * FROMaws.synthetics.get_canary_runsWHERE"name" = 'VALUE';Description
Retrieves a list of runs for a specified canary.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the canary that you want to see runs for. | VARCHAR |
| max_results Input Column Specify this parameter to limit how many runs are returned each time you use the GetCanaryRuns operation. If you omit this parameter, the default of 100 is used. | BIGINT |
| next_token Input Column A token that indicates that there is more data available. You can use this token in a subsequent GetCanaryRuns operation to retrieve the next set of results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| canary_runs An array of structures. Each structure contains the details of one of the retrieved canary runs. | STRUCT( |
Show child fields
| |