AWS SDK for .NET Documentation
EnvironmentResourceDescription Class
AmazonAmazon.ElasticBeanstalk.ModelEnvironmentResourceDescription Did this page help you?   Yes   No    Tell us about it...
Describes the AWS resources in use by this environment. This data is live.
Declaration Syntax
C#
public class EnvironmentResourceDescription
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
EnvironmentResourceDescription()()()()
Initializes a new instance of the EnvironmentResourceDescription class

AutoScalingGroups
Gets and sets the property AutoScalingGroups.

The

CopyC#
AutoScalingGroups
used by this environment.


EnvironmentName
Gets and sets the property EnvironmentName.

The name of the environment.


Equals(Object)
Determines whether the specified Object is equal to the current 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.)
Instances
Gets and sets the property Instances.

The Amazon EC2 instances used by this environment.


LaunchConfigurations
Gets and sets the property LaunchConfigurations.

The Auto Scaling launch configurations in use by this environment.


LoadBalancers
Gets and sets the property LoadBalancers.

The LoadBalancers in use by this environment.


Queues
Gets and sets the property Queues.

The queues used by this environment.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Triggers
Gets and sets the property Triggers.

The

CopyC#
AutoScaling
triggers in use by this environment.


WithAutoScalingGroups(array<AutoScalingGroup>[]()[][]) Obsolete.
Sets the AutoScalingGroups property

WithAutoScalingGroups(IEnumerable<(Of <<'(AutoScalingGroup>)>>)) Obsolete.
Sets the AutoScalingGroups property

WithEnvironmentName(String) Obsolete.
Sets the EnvironmentName property

WithInstances(array<Instance>[]()[][]) Obsolete.
Sets the Instances property

WithInstances(IEnumerable<(Of <<'(Instance>)>>)) Obsolete.
Sets the Instances property

WithLaunchConfigurations(array<LaunchConfiguration>[]()[][]) Obsolete.
Sets the LaunchConfigurations property

WithLaunchConfigurations(IEnumerable<(Of <<'(LaunchConfiguration>)>>)) Obsolete.
Sets the LaunchConfigurations property

WithLoadBalancers(array<LoadBalancer>[]()[][]) Obsolete.
Sets the LoadBalancers property

WithLoadBalancers(IEnumerable<(Of <<'(LoadBalancer>)>>)) Obsolete.
Sets the LoadBalancers property

WithQueues(array<Queue>[]()[][]) Obsolete.
Sets the Queues property

WithQueues(IEnumerable<(Of <<'(Queue>)>>)) Obsolete.
Sets the Queues property

WithTriggers(array<Trigger>[]()[][]) Obsolete.
Sets the Triggers property

WithTriggers(IEnumerable<(Of <<'(Trigger>)>>)) Obsolete.
Sets the Triggers property

Inheritance Hierarchy
Object
EnvironmentResourceDescription

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