ServiceEntity

Represents a service entity that is monitored by Application Signals.

Types

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

Properties

Link copied to clipboard

The AWS account ID where the service is deployed.

Link copied to clipboard

The environment where the service is deployed, such as "Production", "Staging", or "Development".

Link copied to clipboard
val name: String?

The name of the service as identified by Application Signals.

Link copied to clipboard
val type: String?

The type of service, such as "WebService", "Database", "Queue", or "Function".

Functions

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