Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.51 KB

API_UserDetails.md

File metadata and controls

34 lines (27 loc) · 1.51 KB

UserDetails

Specifies the user name, server ID, and session ID for a workflow.

Contents

** ServerId ** The system-assigned unique identifier for a Transfer server instance.
Type: String
Length Constraints: Fixed length of 19.
Pattern: ^s-([0-9a-f]{17})$
Required: Yes

** SessionId ** The system-assigned unique identifier for a session that corresponds to the workflow.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 32.
Pattern: ^[\w-]*$
Required: No

** UserName ** A unique string that identifies a user account associated with a server.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 100.
Pattern: ^[\w][\[email protected]]{2,99}$
Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: