View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_terminate_environment | R Documentation |
Terminates the specified environment.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_terminate_environment/ for full documentation.
elasticbeanstalk_terminate_environment(
EnvironmentId = NULL,
EnvironmentName = NULL,
TerminateResources = NULL,
ForceTerminate = NULL
)
EnvironmentId |
The ID of the environment to terminate. Condition: You must specify either this or an EnvironmentName, or both.
If you do not specify either, AWS Elastic Beanstalk returns
|
EnvironmentName |
The name of the environment to terminate. Condition: You must specify either this or an EnvironmentId, or both. If
you do not specify either, AWS Elastic Beanstalk returns
|
TerminateResources |
Indicates whether the associated AWS resources should shut down when the environment is terminated:
For more information, see the AWS Elastic Beanstalk User Guide. Default: Valid Values: |
ForceTerminate |
Terminates the target environment even if another environment in the same group is dependent on it. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.