Configuration Set Event Destination Event Destination
data class ConfigurationSetEventDestinationEventDestination(val cloudWatchDestination: ConfigurationSetEventDestinationEventDestinationCloudWatchDestination? = null, val enabled: Boolean? = null, val kinesisFirehoseDestination: ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination? = null, val matchingEventTypes: List<String>, val pinpointDestination: ConfigurationSetEventDestinationEventDestinationPinpointDestination? = null, val snsDestination: ConfigurationSetEventDestinationEventDestinationSnsDestination? = null)
Constructors
Link copied to clipboard
constructor(cloudWatchDestination: ConfigurationSetEventDestinationEventDestinationCloudWatchDestination? = null, enabled: Boolean? = null, kinesisFirehoseDestination: ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination? = null, matchingEventTypes: List<String>, pinpointDestination: ConfigurationSetEventDestinationEventDestinationPinpointDestination? = null, snsDestination: ConfigurationSetEventDestinationEventDestinationSnsDestination? = null)
Properties
Link copied to clipboard
val cloudWatchDestination: ConfigurationSetEventDestinationEventDestinationCloudWatchDestination? = null
An object that defines an Amazon CloudWatch destination for email events. See cloud_watch_destination below
Link copied to clipboard
val kinesisFirehoseDestination: ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestination? = null
An object that defines an Amazon Kinesis Data Firehose destination for email events. See kinesis_firehose_destination below.
Link copied to clipboard
An array that specifies which events the Amazon SES API v2 should send to the destinations. Valid values: SEND
, REJECT
, BOUNCE
, COMPLAINT
, DELIVERY
, OPEN
, CLICK
, RENDERING_FAILURE
, DELIVERY_DELAY
, SUBSCRIPTION
. The following arguments are optional:
Link copied to clipboard
val pinpointDestination: ConfigurationSetEventDestinationEventDestinationPinpointDestination? = null
An object that defines an Amazon Pinpoint project destination for email events. See pinpoint_destination below.
Link copied to clipboard
An object that defines an Amazon SNS destination for email events. See sns_destination below.