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.

Information about an application status check association. Each item in the associationSet of a DescribeApplicationStatusCheckAssociations response is of this type.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ApplicationStatusCheckAssociationObject

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

Syntax

C#
public class ApplicationStatusCheckAssociationObject

The ApplicationStatusCheckAssociationObject type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApplicationStatusCheckId System.String

Gets and sets the property ApplicationStatusCheckId.

The ID of the application status check.

Public Property AssociationType Amazon.EC2.AssociationTypeEnum

Gets and sets the property AssociationType.

The type of target that the application status check is associated with. Possible values:

  • tag – The check applies to current and future instances with a matching tag key-value pair.

  • instance-id – The check applies to a specific instance.

Public Property Key System.String

Gets and sets the property Key.

The key for the association. This value is present only for tag-based associations, where it contains the tag key. For instance-based associations, this value is absent.

Public Property Value System.String

Gets and sets the property Value.

The value for the association target. For tag-based associations, this is the tag value. For instance-based associations, this is the instance ID (for example, i-0123456789abcdef0).

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