Describes the AWS resources in use by this environment. This data is live.

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class EnvironmentResourceDescription
Public Class EnvironmentResourceDescription
public ref class EnvironmentResourceDescription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
EnvironmentResourceDescription()()()()
Initializes a new instance of the EnvironmentResourceDescription class
AutoScalingGroups
The AutoScalingGroups used by this environment.
EnvironmentName
The name of the environment.

Constraints:

Length
4 - 23

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
The Amazon EC2 instances used by this environment.
LaunchConfigurations
The Auto Scaling launch configurations in use by this environment.
LoadBalancers
The LoadBalancers in use by this environment.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Triggers
The AutoScaling triggers in use by this environment.
WithAutoScalingGroups(array<AutoScalingGroup>[]()[][])
Adds elements to the AutoScalingGroups collection
WithAutoScalingGroups(IEnumerable<(Of <<'(AutoScalingGroup>)>>))
Adds elements to the AutoScalingGroups collection
WithEnvironmentName(String)
Sets the EnvironmentName property
WithInstances(array<Instance>[]()[][])
Adds elements to the Instances collection
WithInstances(IEnumerable<(Of <<'(Instance>)>>))
Adds elements to the Instances collection
WithLaunchConfigurations(array<LaunchConfiguration>[]()[][])
Adds elements to the LaunchConfigurations collection
WithLaunchConfigurations(IEnumerable<(Of <<'(LaunchConfiguration>)>>))
Adds elements to the LaunchConfigurations collection
WithLoadBalancers(array<LoadBalancer>[]()[][])
Adds elements to the LoadBalancers collection
WithLoadBalancers(IEnumerable<(Of <<'(LoadBalancer>)>>))
Adds elements to the LoadBalancers collection
WithTriggers(array<Trigger>[]()[][])
Adds elements to the Triggers collection
WithTriggers(IEnumerable<(Of <<'(Trigger>)>>))
Adds elements to the Triggers collection

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..EnvironmentResourceDescription

See Also