UserStackAssociation
public struct UserStackAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The authentication type for the user.
Declaration
Swift
public let authenticationType: AuthenticationType
-
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
Declaration
Swift
public let sendEmailNotification: Bool?
-
The name of the stack that is associated with the user.
Declaration
Swift
public let stackName: String
-
The email address of the user who is associated with the stack. Users’ email addresses are case-sensitive.
Declaration
Swift
public let userName: String
-
Undocumented
Declaration
Swift
public init(authenticationType: AuthenticationType, sendEmailNotification: Bool? = nil, stackName: String, userName: String)
-
Declaration
Swift
public func validate(name: String) throws