Rebuild Environment
| elasticbeanstalk_rebuild_environment | R Documentation |
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc¶
Description¶
Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
Usage¶
Arguments¶
EnvironmentIdThe ID of the environment to rebuild.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.EnvironmentNameThe name of the environment to rebuild.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns
MissingRequiredParametererror.
Value¶
An empty list.