AWS SDK for .NET Documentation
TerminateResources Property
AmazonAmazon.ElasticBeanstalk.ModelTerminateEnvironmentRequestTerminateResources Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property TerminateResources.

Indicates whether the associated AWS resources should shut down when the environment is terminated:

Value

CopyC#
true
: (default) The user AWS resources (for example, the Auto Scaling group, LoadBalancer, etc.) are terminated along with the environment.

Value

CopyC#
false
: The environment is removed from the AWS Elastic Beanstalk but the AWS resources continue to operate.

For more information, see the AWS Elastic Beanstalk User Guide.

Default:

CopyC#
true

Valid Values:

CopyC#
true
|
CopyC#
false

Declaration Syntax
C#
public bool TerminateResources { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)