Skip to main content

include/aws@services@sesv2_CreateConfigurationSetEventDestinationRequest.hrl

-record(create_configuration_set_event_destination_request, {
    configuration_set_name :: binary(),
    event_destination :: aws@services@sesv2:event_destination_definition(),
    event_destination_name :: binary()
}).