DeleteAgent

An object representing the agent or data collector to be deleted along with the optional configurations for error handling.

Types

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

Properties

Link copied to clipboard

The ID of the agent or data collector to delete.

Link copied to clipboard

Optional flag used to force delete an agent or data collector. It is needed to delete any agent in HEALTHY/UNHEALTHY/RUNNING status. Note that deleting an agent that is actively reporting health causes it to be re-registered with a different agent ID after data collector re-connects with Amazon Web Services.

Functions

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