MonitoringAccountDestinationArgs

data class MonitoringAccountDestinationArgs(val accountResourceId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<MonitoringAccountDestinationArgs>

Monitoring account destination.

Constructors

Link copied to clipboard
constructor(accountResourceId: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val accountResourceId: Output<String>? = null

The resource ID of the monitoring account.

Link copied to clipboard
val name: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MonitoringAccountDestinationArgs