AWS SDK Version 4 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 an application status check.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ApplicationStatusCheckResponseObject

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

Syntax

C#
public class ApplicationStatusCheckResponseObject

The ApplicationStatusCheckResponseObject type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Aggregation Amazon.EC2.AggregationStatusEnum

Gets and sets the property Aggregation.

The aggregation setting for the application status check. When set to included, the result of this check contributes to the instance-level application status. When set to excluded, the check runs independently and does not affect the instance-level status.

Public Property ApplicationStatusCheckId System.String

Gets and sets the property ApplicationStatusCheckId.

The ID of the application status check.

Public Property CreationTime System.Nullable<System.DateTime>

Gets and sets the property CreationTime.

The date and time when the application status check was created.

Public Property DeletionTime System.Nullable<System.DateTime>

Gets and sets the property DeletionTime.

The date and time when the application status check was deleted.

Public Property DeviceIndex System.Nullable<System.Int32>

Gets and sets the property DeviceIndex.

The index of the network device used for the health check. The value is greater than or equal to 0.

Public Property FailureThreshold System.Nullable<System.Int32>

Gets and sets the property FailureThreshold.

The number of consecutive failed health checks before the application status is considered impaired. The value must be greater than 0.

Public Property HealthCheckPaths System.Collections.Generic.List<Amazon.EC2.Model.HealthCheckPathResponseObject>

Gets and sets the property HealthCheckPaths.

The health check paths for the application status check.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property InitializationGracePeriodSeconds System.Nullable<System.Int32>

Gets and sets the property InitializationGracePeriodSeconds.

The number of seconds to wait before starting health checks after an instance is launched. Valid values: 1 to 600.

Public Property Interval System.Nullable<System.Int32>

Gets and sets the property Interval.

The interval, in seconds, between health checks. Valid value: 60.

Public Property IpScope Amazon.EC2.IpScopeEnum

Gets and sets the property IpScope.

The IP scope used for the health check.

Public Property IpVersion Amazon.EC2.IpVersionEnum

Gets and sets the property IpVersion.

The IP version used for the health check.

Public Property LastUpdatedAt System.Nullable<System.DateTime>

Gets and sets the property LastUpdatedAt.

The date and time when the application status check was last updated.

Public Property ModifyTime System.Nullable<System.DateTime>

Gets and sets the property ModifyTime.

The date and time when the application status check was last modified.

Public Property Path System.String

Gets and sets the property Path.

The URL path used for the health check HTTP request.

Public Property Port System.Nullable<System.Int32>

Gets and sets the property Port.

The port used for the health check.

Public Property Protocol Amazon.EC2.NetworkProtocolEnum

Gets and sets the property Protocol.

The protocol used for the health check.

Public Property StatusCodeMatcher System.String

Gets and sets the property StatusCodeMatcher.

The comma-separated list of individual HTTP status codes or ranges that indicate a successful health check response.

Public Property SuccessThreshold System.Nullable<System.Int32>

Gets and sets the property SuccessThreshold.

The number of consecutive successful health checks before the application status is considered healthy. The value must be greater than 0.

Public Property Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

The tags assigned to the application status check.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property TargetTagAssociations System.Collections.Generic.List<Amazon.EC2.Model.CustomTagKeyValueResponsePair>

Gets and sets the property TargetTagAssociations.

The tags associated with the application status check. Instances with these tags are automatically monitored by this check.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property Timeout System.Nullable<System.Int32>

Gets and sets the property Timeout.

The amount of time, in seconds, to wait for a health check response. Valid values: 1 to 30.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer