ServiceDependent

This structure contains information about a service dependent that was discovered by Application Signals. A dependent is an entity that invoked the specified service during the provided time range. Dependents include other services, CloudWatch Synthetics canaries, and clients that are instrumented with CloudWatch RUM app monitors.

Types

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

Properties

Link copied to clipboard

This is a string-to-string map. It can include the following fields.

Link copied to clipboard

If the dependent invoker was a service that invoked it from an operation, the name of that dependent operation is displayed here.

Link copied to clipboard

An array of structures that each contain information about one metric associated with this service dependent that was discovered by Application Signals.

Link copied to clipboard

If the invoked entity is an operation on an entity, the name of that dependent operation is displayed here.

Functions

Link copied to clipboard
inline fun copy(block: ServiceDependent.Builder.() -> Unit = {}): ServiceDependent
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