CreateEmailIdentityRequest
public struct CreateEmailIdentityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, as opposed to the default method, Easy DKIM. You can only specify this object if the email identity is a domain, as opposed to an address.
Declaration
Swift
public let dkimSigningAttributes: DkimSigningAttributes?
-
The email address or domain that you want to verify.
Declaration
Swift
public let emailIdentity: String
-
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(dkimSigningAttributes: DkimSigningAttributes? = nil, emailIdentity: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws