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 Amazon Pinpoint sends from the identity are DKIM-signed. When you set this value to false, then the messages that Amazon Pinpoint sends from the identity aren’t DKIM-signed.

    Declaration

    Swift

    public let signingEnabled: Bool?
  • Undocumented

    Declaration

    Swift

    public init(emailIdentity: String, signingEnabled: Bool? = nil)