directoryservice_create_alias {paws.security.identity} | R Documentation |
Creates an alias for a directory and assigns the alias to the directory
Description
Creates an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as http://<alias>.awsapps.com
.
See https://www.paws-r-sdk.com/docs/directoryservice_create_alias/ for full documentation.
Usage
directoryservice_create_alias(DirectoryId, Alias)
Arguments
DirectoryId |
[required] The identifier of the directory for which to create the alias. |
Alias |
[required] The requested alias. The alias must be unique amongst all aliases in Amazon Web Services.
This operation throws an |
[Package paws.security.identity version 0.6.1 Index]