Seleccione sus preferencias de cookies

Usamos cookies esenciales y herramientas similares que son necesarias para proporcionar nuestro sitio y nuestros servicios. Usamos cookies de rendimiento para recopilar estadísticas anónimas para que podamos entender cómo los clientes usan nuestro sitio y hacer mejoras. Las cookies esenciales no se pueden desactivar, pero puede hacer clic en “Personalizar” o “Rechazar” para rechazar las cookies de rendimiento.

Si está de acuerdo, AWS y los terceros aprobados también utilizarán cookies para proporcionar características útiles del sitio, recordar sus preferencias y mostrar contenido relevante, incluida publicidad relevante. Para aceptar o rechazar todas las cookies no esenciales, haga clic en “Aceptar” o “Rechazar”. Para elegir opciones más detalladas, haga clic en “Personalizar”.

ListAvailableSolutionStacks - AWS Elastic Beanstalk
Esta página no se ha traducido a su idioma. Solicitar traducción

ListAvailableSolutionStacks

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

This action only returns information about resources that the calling principle has IAM permissions to access. For example, consider a case where a user only has permission to access one of three resources. When the user calls the this action, the response will only include the one resource that the user has permission to access instead of all three resources. If the user doesn’t have access to any of the resources an empty result is returned.

Note

The AWSElasticBeanstalkReadOnly managed policy allows operators to view information about resources related to Elastic Beanstalk. For more information, see Managing Elastic Beanstalk user policies in the AWS Elastic Beanstalk Developer Guide. For detailed instructions to attach a policy to a user or group, see the section Controlling access with managed policies in the same topic.

Response Elements

The following elements are returned by the service.

SolutionStackDetails.member.N

A list of available solution stacks and their SolutionStackDescription.

Type: Array of SolutionStackDescription objects

SolutionStacks.member.N

A list of available solution stacks.

Type: Array of strings

Errors

For information about the errors that are common to all actions, see Common Errors.

Examples

Example

This example illustrates one usage of ListAvailableSolutionStacks.

Sample Request

https://elasticbeanstalk.us-west-2.amazonaws.com/?Operation=ListAvailableSolutionStacks &AuthParams

Sample Response

<ListAvailableSolutionStacksResponse xmlns="https://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"> <ListAvailableSolutionStacksResult> <SolutionStacks> <member>64bit Amazon Linux running Tomcat 6</member> <member>32bit Amazon Linux running Tomcat 6</member> <member>64bit Amazon Linux running Tomcat 7</member> <member>32bit Amazon Linux running Tomcat 7</member> </SolutionStacks> </ListAvailableSolutionStacksResult> <ResponseMetadata> <RequestId>f21e2a92-f1fc-11df-8a78-9f77047e0d0c</RequestId> </ResponseMetadata> </ListAvailableSolutionStacksResponse>

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacidadTérminos del sitioPreferencias de cookies
© 2025, Amazon Web Services, Inc o sus afiliados. Todos los derechos reservados.