AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class EnvironmentResourceDescription

The EnvironmentResourceDescription type exposes the following members

Constructors

NameDescription
Public Method EnvironmentResourceDescription()

Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property AutoScalingGroups System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.AutoScalingGroup>

Gets and sets the property AutoScalingGroups.

The AutoScalingGroups used by this environment.

Public Property EnvironmentName System.String

Gets and sets the property EnvironmentName.

The name of the environment.

Public Property Instances System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.Instance>

Gets and sets the property Instances.

The Amazon EC2 instances used by this environment.

Public Property LaunchConfigurations System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.LaunchConfiguration>

Gets and sets the property LaunchConfigurations.

The Auto Scaling launch configurations in use by this environment.

Public Property LaunchTemplates System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.LaunchTemplate>

Gets and sets the property LaunchTemplates.

The Amazon EC2 launch templates in use by this environment.

Public Property LoadBalancers System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.LoadBalancer>

Gets and sets the property LoadBalancers.

The LoadBalancers in use by this environment.

Public Property Queues System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.Queue>

Gets and sets the property Queues.

The queues used by this environment.

Public Property Triggers System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.Trigger>

Gets and sets the property Triggers.

The AutoScaling triggers in use by this environment.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5