AWSCognitoIdentityProviderNotifyConfigurationType

Objective-C

@interface AWSCognitoIdentityProviderNotifyConfigurationType

Swift

class AWSCognitoIdentityProviderNotifyConfigurationType

The notify configuration type.

Required parameters: [SourceArn]

  • Email template used when a detected risk event is blocked.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSCognitoIdentityProviderNotifyEmailType *_Nullable blockEmail;

    Swift

    var blockEmail: AWSCognitoIdentityProviderNotifyEmailType? { get set }
  • The email address that is sending the email. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable from;

    Swift

    var from: String? { get set }
  • The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSCognitoIdentityProviderNotifyEmailType *_Nullable mfaEmail;

    Swift

    var mfaEmail: AWSCognitoIdentityProviderNotifyEmailType? { get set }
  • The email template used when a detected risk event is allowed.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSCognitoIdentityProviderNotifyEmailType *_Nullable noActionEmail;

    Swift

    var noActionEmail: AWSCognitoIdentityProviderNotifyEmailType? { get set }
  • The destination to which the receiver of an email should reply to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable replyTo;

    Swift

    var replyTo: String? { get set }
  • The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable sourceArn;

    Swift

    var sourceArn: String? { get set }