AWS SDK Version 2 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.

.NET Framework 4.5
 
Represents health information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the InstanceId property to specify the application instance for which you'd like to return data.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.SingleInstanceHealth

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class SingleInstanceHealth : Object

The SingleInstanceHealth type exposes the following members

Constructors

NameDescription
Public Method SingleInstanceHealth()

Properties

NameTypeDescription
Public Property ApplicationMetrics Amazon.ElasticBeanstalk.Model.ApplicationMetrics Gets and sets the property ApplicationMetrics.
Public Property Causes System.Collections.Generic.List<System.String> Gets and sets the property Causes.

Represents the causes, which provide more information about the current health status.

Public Property Color System.String Gets and sets the property Color.

Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.

Public Property HealthStatus System.String Gets and sets the property HealthStatus.

Returns the health status of the specified instance. For more information, see Health Colors and Statuses.

Public Property InstanceId System.String Gets and sets the property InstanceId.

The ID of the Amazon EC2 instance.

Public Property LaunchedAt System.DateTime Gets and sets the property LaunchedAt.

The time at which the EC2 instance was launched.

Public Property System Amazon.ElasticBeanstalk.Model.SystemStatus Gets and sets the property System.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1