aws.opsworks.describe_agent_versions
Example SQL Queries
SELECT * FROMaws.opsworks.describe_agent_versions;Description
Describes the available OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_manager Input Column The configuration manager. | STRUCT( |
Show child fields
| |
| stack_id Input Column The stack ID. | 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 |
| agent_versions The agent versions for the specified stack or configuration manager. Note that this value is the complete version number, not the abbreviated number used by the console. | STRUCT( |
Show child fields
| |