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.

Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.SingleInstanceHealth

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

Syntax

C#
public class SingleInstanceHealth

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.

Request metrics from your application.

Public Property AvailabilityZone System.String

Gets and sets the property AvailabilityZone.

The availability zone in which the instance runs.

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 Deployment Amazon.ElasticBeanstalk.Model.Deployment

Gets and sets the property Deployment.

Information about the most recent deployment to an instance.

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 InstanceType System.String

Gets and sets the property InstanceType.

The instance's type.

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.

Operating system metrics from the instance.

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