AWSSESCreateConfigurationSetRequest
Objective-C
@interface AWSSESCreateConfigurationSetRequest
Swift
class AWSSESCreateConfigurationSetRequest
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.
Required parameters: [ConfigurationSet]
-
A data structure that contains the name of the configuration set.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESConfigurationSet *_Nullable configurationSet;
Swift
var configurationSet: AWSSESConfigurationSet? { get set }