Describes the properties of an environment.
| C# |
public class EnvironmentDescription
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EnvironmentDescription()()()() | Initializes a new instance of the EnvironmentDescription class | |
| ApplicationName |
The name of the application associated with this environment.
Constraints: | |
| CNAME |
The URL to the CNAME for this environment.
Constraints: | |
| DateCreated |
The creation date for this environment.
| |
| DateUpdated |
The last modified date for this environment.
| |
| Description |
Describes this environment.
Constraints: | |
| EndpointURL |
The URL to the LoadBalancer for this environment.
| |
| EnvironmentId |
The ID of this environment.
| |
| EnvironmentName |
The name of this environment.
Constraints: | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Health |
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: Red : Indicates the environment is not working. Yellow: Indicates that
something is wrong, the application might not be available, but the instances appear running. Green:
Indicates the environment is healthy and fully functional.
Constraints: | |
| Resources |
The description of the AWS resources used by this environment.
| |
| SolutionStackName |
The name of the SolutionStack deployed with this environment.
Constraints: | |
| Status |
The current operational status of the environment:
Constraints: | |
| TemplateName |
The name of the configuration template used to originally launch this environment.
Constraints: | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| VersionLabel |
The application version deployed in this environment.
Constraints: | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithCNAME(String) |
Sets the CNAME property
| |
| WithDateCreated(DateTime) |
Sets the DateCreated property
| |
| WithDateUpdated(DateTime) |
Sets the DateUpdated property
| |
| WithDescription(String) |
Sets the Description property
| |
| WithEndpointURL(String) |
Sets the EndpointURL property
| |
| WithEnvironmentId(String) |
Sets the EnvironmentId property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
| |
| WithHealth(String) |
Sets the Health property
| |
| WithResources(EnvironmentResourcesDescription) |
Sets the Resources property
| |
| WithSolutionStackName(String) |
Sets the SolutionStackName property
| |
| WithStatus(String) |
Sets the Status property
| |
| WithTemplateName(String) |
Sets the TemplateName property
| |
| WithVersionLabel(String) |
Sets the VersionLabel property
|
| Object | |
| EnvironmentDescription | |