AWSSESDescribeConfigurationSetResponse
Objective-C
@interface AWSSESDescribeConfigurationSetResponse
Swift
class AWSSESDescribeConfigurationSetResponse
Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
-
The configuration set object associated with the specified configuration set.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESConfigurationSet *_Nullable configurationSet;
Swift
var configurationSet: AWSSESConfigurationSet? { get set }
-
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Declaration
Objective-C
@property (nonatomic, strong) AWSSESDeliveryOptions *_Nullable deliveryOptions;
Swift
var deliveryOptions: AWSSESDeliveryOptions? { get set }
-
A list of event destinations associated with the configuration set.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSESEventDestination *> *_Nullable eventDestinations;
Swift
var eventDestinations: [AWSSESEventDestination]? { get set }
-
An object that represents the reputation settings for the configuration set.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESReputationOptions *_Nullable reputationOptions;
Swift
var reputationOptions: AWSSESReputationOptions? { get set }
-
The name of the custom open and click tracking domain associated with the configuration set.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESTrackingOptions *_Nullable trackingOptions;
Swift
var trackingOptions: AWSSESTrackingOptions? { get set }