aws-workmail:tldr:fc00e
The command aws workmail register-to-work-mail
is used to register a user or entity to Amazon WorkMail, which is a secure and managed business email and calendaring service provided by Amazon Web Services (AWS).
Here is a breakdown of the command and its parameters:
-
--entity-id
: This parameter specifies the unique identifier for the user or entity being registered to Amazon WorkMail. The${entity_id}
is a placeholder indicating that the actual entity ID needs to be provided when executing the command. -
--email
: This parameter is used to provide the email address associated with the user or entity. The${email}
is a placeholder indicating that the actual email address needs to be provided when executing the command. -
--organization-id
: This parameter specifies the unique identifier for the Amazon WorkMail organization within which the user or entity is being registered. The${organization_id}
is a placeholder indicating that the actual organization ID needs to be provided when executing the command.
Overall, this command allows you to register a user or entity with a specified email address to your Amazon WorkMail organization.