create_configuration_set

SES.Client.create_configuration_set(**kwargs)

Creates a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

See also: AWS API Documentation

Request Syntax

response = client.create_configuration_set(
    ConfigurationSet={
        'Name': 'string'
    }
)
Parameters
ConfigurationSet (dict) --

[REQUIRED]

A data structure that contains the name of the configuration set.

  • Name (string) -- [REQUIRED]

    The name of the configuration set. The name must meet the following requirements:

    • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
    • Contain 64 characters or fewer.
Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    An empty element returned on a successful request.

Exceptions

  • SES.Client.exceptions.ConfigurationSetAlreadyExistsException
  • SES.Client.exceptions.InvalidConfigurationSetException
  • SES.Client.exceptions.LimitExceededException