Values.CreateConfigurationSetEventDestinationRequestSourceRepresents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set that the event destination should be associated with.
*)eventDestination : EventDestination.t;An object that describes the Amazon Web Services service that email sending event where information is published.
*)}val make :
configurationSetName:ConfigurationSetName.t ->
eventDestination:EventDestination.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ConfigurationSetName.t
| `Structure of
(string
* [> `Boolean of Enabled.t
| `List of [> `Enum of string ] list
| `String of EventDestinationName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DimensionName.t ])
list ]
list
| `String of AmazonResourceName.t ])
list ])
list ])
list ]