DataCollectionRuleDestinationsMonitorAccountArgs

data class DataCollectionRuleDestinationsMonitorAccountArgs(val monitorAccountId: Output<String>, val name: Output<String>) : ConvertibleToJava<DataCollectionRuleDestinationsMonitorAccountArgs>

Constructors

constructor(monitorAccountId: Output<String>, name: Output<String>)

Properties

Link copied to clipboard

The resource ID of the Monitor Account.

Link copied to clipboard
val name: Output<String>

The name which should be used for this 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(): DataCollectionRuleDestinationsMonitorAccountArgs