aws.synthetics.describe_runtime_versions
Example SQL Queries
SELECT * FROMaws.synthetics.describe_runtime_versions;Description
Returns a list of Synthetics canary runtime versions. For more information, see Canary Runtime Versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Specify this parameter to limit how many runs are returned each time you use the DescribeRuntimeVersions 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 DescribeRuntimeVersions 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 |
| runtime_versions An array of objects that display the details about each Synthetics canary runtime version. | STRUCT( |
Show child fields
| |