EnvironmentResourceDescription class
Describes the AWS resources in use by this environment. This data is live.
Constructors
-
EnvironmentResourceDescription({List<
AutoScalingGroup> ? autoScalingGroups, String? environmentName, List<Instance> ? instances, List<LaunchConfiguration> ? launchConfigurations, List<LaunchTemplate> ? launchTemplates, List<LoadBalancer> ? loadBalancers, List<Queue> ? queues, List<Trigger> ? triggers}) - EnvironmentResourceDescription.fromXml(XmlElement elem)
-
factory
Properties
-
autoScalingGroups
→ List<
AutoScalingGroup> ? -
The
AutoScalingGroups
used by this environment.final - environmentName → String?
-
The name of the environment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instances
→ List<
Instance> ? -
The Amazon EC2 instances used by this environment.
final
-
launchConfigurations
→ List<
LaunchConfiguration> ? -
The Auto Scaling launch configurations in use by this environment.
final
-
launchTemplates
→ List<
LaunchTemplate> ? -
The Amazon EC2 launch templates in use by this environment.
final
-
loadBalancers
→ List<
LoadBalancer> ? -
The LoadBalancers in use by this environment.
final
-
queues
→ List<
Queue> ? -
The queues used by this environment.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
triggers
→ List<
Trigger> ? -
The
AutoScaling
triggers in use by this environment.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited