ConfigurationSetEventDestinationArgs

data class ConfigurationSetEventDestinationArgs(val configurationSetName: Output<String>? = null, val eventDestination: Output<ConfigurationSetEventDestinationEventDestinationArgs>? = null) : ConvertibleToJava<ConfigurationSetEventDestinationArgs>

Resource Type definition for AWS::SES::ConfigurationSetEventDestination

Constructors

Link copied to clipboard
constructor(configurationSetName: Output<String>? = null, eventDestination: Output<ConfigurationSetEventDestinationEventDestinationArgs>? = null)

Properties

Link copied to clipboard
val configurationSetName: Output<String>? = null

The name of the configuration set that contains the event destination.

Link copied to clipboard

The event destination object.

Functions

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