class Aws::SES::Types::ConfigurationSet

The name of the configuration set.

Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see [Using Amazon SES Configuration Sets] in the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/using-configuration-sets.html [2]: docs.aws.amazon.com/ses/latest/DeveloperGuide/

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

data as a hash:

    {
      name: "ConfigurationSetName", # required
    }

@!attribute [rw] name

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 [String]

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

Constants

SENSITIVE