MonitoringAccountDestinationResponse

data class MonitoringAccountDestinationResponse(val accountId: String, val accountResourceId: String? = null, val name: String? = null)

Monitoring account destination.

Constructors

Link copied to clipboard
constructor(accountId: String, accountResourceId: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The immutable ID of the account.

Link copied to clipboard

The resource ID of the monitoring account.

Link copied to clipboard
val name: String? = null

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.