Enable Directory
clouddirectory_enable_directory | R Documentation |
Enables the specified directory¶
Description¶
Enables the specified directory. Only disabled directories can be enabled. Once enabled, the directory can then be read and written to.
Usage¶
clouddirectory_enable_directory(DirectoryArn)
Arguments¶
DirectoryArn |
[required] The ARN of the directory to enable. |
Value¶
A list with the following syntax:
list(
DirectoryArn = "string"
)
Request syntax¶
svc$enable_directory(
DirectoryArn = "string"
)