Update My User Profile
opsworks_update_my_user_profile | R Documentation |
Updates a user's SSH public key¶
Description¶
Updates a user's SSH public key.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
Usage¶
opsworks_update_my_user_profile(SshPublicKey)
Arguments¶
SshPublicKey |
The user's SSH public key. |
Value¶
An empty list.
Request syntax¶
svc$update_my_user_profile(
SshPublicKey = "string"
)