EventDestinationCloudwatchDestinationArgs

data class EventDestinationCloudwatchDestinationArgs(val defaultValue: Output<String>, val dimensionName: Output<String>, val valueSource: Output<String>) : ConvertibleToJava<EventDestinationCloudwatchDestinationArgs>

Constructors

constructor(defaultValue: Output<String>, dimensionName: Output<String>, valueSource: Output<String>)

Properties

Link copied to clipboard
val defaultValue: Output<String>

The default value for the event

Link copied to clipboard
val dimensionName: Output<String>

The name for the dimension

Link copied to clipboard
val valueSource: Output<String>

The source for the value. May be any of "messageTag", "emailHeader" or "linkTag".

Functions

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