EnvironmentDescription class
Describes the properties of an environment.
Constructors
-
EnvironmentDescription({bool abortableOperationInProgress, String applicationName, String cname, DateTime dateCreated, DateTime dateUpdated, String description, String endpointURL, String environmentArn, String environmentId, List<
EnvironmentLink> environmentLinks, String environmentName, EnvironmentHealth health, EnvironmentHealthStatus healthStatus, String platformArn, EnvironmentResourcesDescription resources, String solutionStackName, EnvironmentStatus status, String templateName, EnvironmentTier tier, String versionLabel}) - EnvironmentDescription.fromXml(XmlElement elem)
-
factory
Properties
- abortableOperationInProgress → bool
-
Indicates if there is an in-progress environment configuration update or
application version deployment that you can cancel. [...]
final
- applicationName → String
-
The name of the application associated with this environment.
final
- cname → String
-
The URL to the CNAME for this environment.
final
- dateCreated → DateTime
-
The creation date for this environment.
final
- dateUpdated → DateTime
-
The last modified date for this environment.
final
- description → String
-
Describes this environment.
final
- endpointURL → String
-
For load-balanced, autoscaling environments, the URL to the LoadBalancer.
For single-instance environments, the IP address of the instance.
final
- environmentArn → String
-
The environment's Amazon Resource Name (ARN), which can be used in other API
requests that require an ARN.
final
- environmentId → String
-
The ID of this environment.
final
-
environmentLinks
→ List<
EnvironmentLink> -
A list of links to other environments in the same group.
final
- environmentName → String
-
The name of this environment.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- health → EnvironmentHealth
-
Describes the health status of the environment. AWS Elastic Beanstalk
indicates the failure levels for a running environment: [...]
final
- healthStatus → EnvironmentHealthStatus
-
Returns the health status of the application running in your environment.
For more information, see Health
Colors and Statuses.
final
- platformArn → String
-
The ARN of the platform version.
final
- resources → EnvironmentResourcesDescription
-
The description of the AWS resources used by this environment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- solutionStackName → String
-
The name of the
SolutionStack
deployed with this environment.final - status → EnvironmentStatus
-
The current operational status of the environment: [...]
final
- templateName → String
-
The name of the configuration template used to originally launch this
environment.
final
- tier → EnvironmentTier
-
Describes the current tier of this environment.
final
- versionLabel → String
-
The application version deployed in this environment.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited