View a markdown version of this page

ApplicationStatusCheckAssociationObject - Amazon Elastic Compute Cloud

ApplicationStatusCheckAssociationObject

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

Contents

applicationStatusCheckId

The ID of the application status check.

Type: String

Required: No

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.

Type: String

Valid Values: tag | instance-id

Required: No

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.

Type: String

Required: No

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).

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: