AWSSESDeleteConfigurationSetEventDestinationRequest
Objective-C
@interface AWSSESDeleteConfigurationSetEventDestinationRequest
Swift
class AWSSESDeleteConfigurationSetEventDestinationRequest
Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Required parameters: [ConfigurationSetName, EventDestinationName]
-
The name of the configuration set from which to delete the event destination.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable configurationSetName;
Swift
var configurationSetName: String? { get set }
-
The name of the event destination to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable eventDestinationName;
Swift
var eventDestinationName: String? { get set }