elasticbeanstalk_restart_app_server: Causes the environment to restart the application container...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_restart_app_serverR Documentation

Causes the environment to restart the application container server running on each Amazon EC2 instance

Description

Causes the environment to restart the application container server running on each Amazon EC2 instance.

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

Usage

elasticbeanstalk_restart_app_server(
  EnvironmentId = NULL,
  EnvironmentName = NULL
)

Arguments

EnvironmentId

The ID of the environment to restart the server for.

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 restart the server for.

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.