ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfigurationArgs

data class ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfigurationArgs(val defaultDimensionValue: Output<String>, val dimensionName: Output<String>, val dimensionValueSource: Output<String>) : ConvertibleToJava<ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationDimensionConfigurationArgs>

Constructors

constructor(defaultDimensionValue: Output<String>, dimensionName: Output<String>, dimensionValueSource: Output<String>)

Properties

Link copied to clipboard

The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email.

Link copied to clipboard
val dimensionName: Output<String>

The name of an Amazon CloudWatch dimension associated with an email sending metric.

Link copied to clipboard

The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. Valid values: MESSAGE_TAG, EMAIL_HEADER, LINK_TAG.

Functions

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