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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ApplicationStatusCheckAssociationObject
The ApplicationStatusCheckAssociationObject type exposes the following members
| Name | Description | |
|---|---|---|
|
ApplicationStatusCheckAssociationObject() |
| Name | Type | Description | |
|---|---|---|---|
|
ApplicationStatusCheckId | System.String |
Gets and sets the property ApplicationStatusCheckId. The ID of the application status check. |
|
AssociationType | Amazon.EC2.AssociationTypeEnum |
Gets and sets the property AssociationType. The type of target that the application status check is associated with. Possible values:
|
|
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. |
|
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, |
.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