NotifyConfigurationType

public struct NotifyConfigurationType : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Email template used when a detected risk event is blocked.

    Declaration

    Swift

    public let blockEmail: NotifyEmailType?
  • The email address that is sending the email. It must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.

    Declaration

    Swift

    public let from: String?
  • The MFA email template used when MFA is challenged as part of a detected risk.

    Declaration

    Swift

    public let mfaEmail: NotifyEmailType?
  • The email template used when a detected risk event is allowed.

    Declaration

    Swift

    public let noActionEmail: NotifyEmailType?
  • The destination to which the receiver of an email should reply to.

    Declaration

    Swift

    public let replyTo: String?
  • The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. It permits Amazon Cognito to send for the email address specified in the From parameter.

    Declaration

    Swift

    public let sourceArn: String
  • Undocumented

    Declaration

    Swift

    public init(blockEmail: NotifyEmailType? = nil, from: String? = nil, mfaEmail: NotifyEmailType? = nil, noActionEmail: NotifyEmailType? = nil, replyTo: String? = nil, sourceArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws