elasticbeanstalk_rebuild_environment: Deletes and recreates all of the AWS resources (for example:...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_rebuild_environmentR 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.

See https://www.paws-r-sdk.com/docs/elasticbeanstalk_rebuild_environment/ for full documentation.

Usage

elasticbeanstalk_rebuild_environment(
  EnvironmentId = NULL,
  EnvironmentName = NULL
)

Arguments

EnvironmentId

The 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 MissingRequiredParameter error.

EnvironmentName

The 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 MissingRequiredParameter error.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.