Returns a list of the available solution stack names.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
List all available solution stacks.
// Instantiate the class $bean = new AmazonElasticBeanstalk(); $response = $bean->list_available_solution_stacks(); // Success? var_dump($response->isOK());Result:
bool(true)
Related Methods
Source
Method defined in services/elasticbeanstalk.class.php | Toggle source view (6 lines) | View on GitHub