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

The ID of the environment to update.

If no environment with this ID exists, AWS Elastic Beanstalk returns an

CopyC#
InvalidParameterValue
error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns

CopyC#
MissingRequiredParameter
error.

Declaration Syntax
C#
public string EnvironmentId { get; set; }

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