Configuration Set Event Destination Event Destination
data class ConfigurationSetEventDestinationEventDestination(val cloudWatchDestination: ConfigurationSetEventDestinationCloudWatchDestination? = null, val enabled: Boolean? = null, val kinesisFirehoseDestination: ConfigurationSetEventDestinationKinesisFirehoseDestination? = null, val matchingEventTypes: List<String>, val name: String? = null, val snsDestination: ConfigurationSetEventDestinationSnsDestination? = null)
Constructors
Link copied to clipboard
fun ConfigurationSetEventDestinationEventDestination(cloudWatchDestination: ConfigurationSetEventDestinationCloudWatchDestination? = null, enabled: Boolean? = null, kinesisFirehoseDestination: ConfigurationSetEventDestinationKinesisFirehoseDestination? = null, matchingEventTypes: List<String>, name: String? = null, snsDestination: ConfigurationSetEventDestinationSnsDestination? = null)