class Aws::SES::Types::CreateConfigurationSetRequest

Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html

@note When making an API call, you may pass CreateConfigurationSetRequest

data as a hash:

    {
      configuration_set: { # required
        name: "ConfigurationSetName", # required
      },
    }

@!attribute [rw] configuration_set

A data structure that contains the name of the configuration set.
@return [Types::ConfigurationSet]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/CreateConfigurationSetRequest AWS API Documentation

Constants

SENSITIVE