Configuration Set Event Destination Event Destination Args
data class ConfigurationSetEventDestinationEventDestinationArgs(val cloudWatchDestination: Output<ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationArgs>? = null, val enabled: Output<Boolean>? = null, val kinesisFirehoseDestination: Output<ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestinationArgs>? = null, val matchingEventTypes: Output<List<String>>, val pinpointDestination: Output<ConfigurationSetEventDestinationEventDestinationPinpointDestinationArgs>? = null, val snsDestination: Output<ConfigurationSetEventDestinationEventDestinationSnsDestinationArgs>? = null) : ConvertibleToJava<ConfigurationSetEventDestinationEventDestinationArgs>
Constructors
Link copied to clipboard
constructor(cloudWatchDestination: Output<ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationArgs>? = null, enabled: Output<Boolean>? = null, kinesisFirehoseDestination: Output<ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestinationArgs>? = null, matchingEventTypes: Output<List<String>>, pinpointDestination: Output<ConfigurationSetEventDestinationEventDestinationPinpointDestinationArgs>? = null, snsDestination: Output<ConfigurationSetEventDestinationEventDestinationSnsDestinationArgs>? = null)
Properties
Link copied to clipboard
val cloudWatchDestination: Output<ConfigurationSetEventDestinationEventDestinationCloudWatchDestinationArgs>? = null
An object that defines an Amazon CloudWatch destination for email events. See cloud_watch_destination below
Link copied to clipboard
val kinesisFirehoseDestination: Output<ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestinationArgs>? = 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: Output<ConfigurationSetEventDestinationEventDestinationPinpointDestinationArgs>? = null
An object that defines an Amazon Pinpoint project destination for email events. See pinpoint_destination below.
Link copied to clipboard
val snsDestination: Output<ConfigurationSetEventDestinationEventDestinationSnsDestinationArgs>? = null
An object that defines an Amazon SNS destination for email events. See sns_destination below.