AWS SDK for .NET Documentation
SshUsername Property
AmazonAmazon.OpsWorks.ModelCreateUserProfileRequestSshUsername Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property SshUsername.

The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], '-', and '_'. If the specified name includes other punctuation marks, AWS OpsWorks removes them. For example,

CopyC#
my.name
will be changed to
CopyC#
myname
. If you do not specify an SSH user name, AWS OpsWorks generates one from the IAM user name.

Declaration Syntax
C#
public string SshUsername { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)