CustomVerificationEmailTemplateMetadata
public struct CustomVerificationEmailTemplateMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
Declaration
Swift
public let failureRedirectionURL: String? -
The email address that the custom verification email is sent from.
Declaration
Swift
public let fromEmailAddress: String? -
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
Declaration
Swift
public let successRedirectionURL: String? -
The name of the custom verification email template.
Declaration
Swift
public let templateName: String? -
The subject line of the custom verification email.
Declaration
Swift
public let templateSubject: String? -
Undocumented
Declaration
Swift
public init(failureRedirectionURL: String? = nil, fromEmailAddress: String? = nil, successRedirectionURL: String? = nil, templateName: String? = nil, templateSubject: String? = nil)
View on GitHub
CustomVerificationEmailTemplateMetadata Structure Reference