PutEmailIdentityDkimSigningAttributesRequest
public struct PutEmailIdentityDkimSigningAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The email identity that you want to configure DKIM for.
Declaration
Swift
public let emailIdentity: String
-
An object that contains information about the private key and selector that you want to use to configure DKIM for the identity. This object is only required if you want to configure Bring Your Own DKIM (BYODKIM) for the identity.
Declaration
Swift
public let signingAttributes: DkimSigningAttributes?
-
The method that you want to use to configure DKIM for the identity. There are two possible values: AWS_SES – Configure DKIM for the identity by using Easy DKIM. EXTERNAL – Configure DKIM for the identity by using Bring Your Own DKIM (BYODKIM).
Declaration
Swift
public let signingAttributesOrigin: DkimSigningAttributesOrigin
-
Undocumented
Declaration
Swift
public init(emailIdentity: String, signingAttributes: DkimSigningAttributes? = nil, signingAttributesOrigin: DkimSigningAttributesOrigin)
-
Declaration
Swift
public func validate(name: String) throws