opsworks_describe_agent_versions {paws.management} | R Documentation |
Describes the available OpsWorks Stacks agent versions
Description
Describes the available OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. describe_agent_versions
returns a list of available agent versions for the specified stack or configuration manager.
See https://www.paws-r-sdk.com/docs/opsworks_describe_agent_versions/ for full documentation.
Usage
opsworks_describe_agent_versions(StackId = NULL, ConfigurationManager = NULL)
Arguments
StackId |
The stack ID. |
ConfigurationManager |
The configuration manager. |
[Package paws.management version 0.9.0 Index]