PutEmailIdentityDkimAttributesRequest
public struct PutEmailIdentityDkimAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The email identity that you want to change the DKIM settings for.
Declaration
Swift
public let emailIdentity: String
-
Sets the DKIM signing configuration for the identity. When you set this value true, then the messages that are sent from the identity are signed using DKIM. If you set this value to false, your messages are sent without DKIM signing.
Declaration
Swift
public let signingEnabled: Bool?
-
Undocumented
Declaration
Swift
public init(emailIdentity: String, signingEnabled: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws