AWSSESCreateConfigurationSetEventDestinationRequest
Objective-C
@interface AWSSESCreateConfigurationSetEventDestinationRequest
Swift
class AWSSESCreateConfigurationSetEventDestinationRequest
Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
Required parameters: [ConfigurationSetName, EventDestination]
-
The name of the configuration set that the event destination should be associated with.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable configurationSetName;
Swift
var configurationSetName: String? { get set }
-
An object that describes the Amazon Web Services service that email sending event where information is published.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESEventDestination *_Nullable eventDestination;
Swift
var eventDestination: AWSSESEventDestination? { get set }