AWSSESSetIdentityDkimEnabledRequest
Objective-C
@interface AWSSESSetIdentityDkimEnabledRequest
Swift
class AWSSESSetIdentityDkimEnabledRequest
Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
Required parameters: [Identity, DkimEnabled]
-
Sets whether DKIM signing is enabled for an identity. Set to
trueto enable DKIM signing for this identity;falseto disable it.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dkimEnabled;Swift
var dkimEnabled: NSNumber? { get set } -
The identity for which DKIM signing should be enabled or disabled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identity;Swift
var identity: String? { get set }
View on GitHub
Install in Dash
AWSSESSetIdentityDkimEnabledRequest Class Reference