ApplicationStatusCheckAssociationObject

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application status check.

Link copied to clipboard

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

Link copied to clipboard
val key: String?

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String