Disable Directory
| clouddirectory_disable_directory | R Documentation | 
Disables the specified directory¶
Description¶
Disables the specified directory. Disabled directories cannot be read or written to. Only enabled directories can be disabled. Disabled directories may be reenabled.
Usage¶
clouddirectory_disable_directory(DirectoryArn)
Arguments¶
| DirectoryArn | [required] The ARN of the directory to disable. | 
Value¶
A list with the following syntax:
list(
  DirectoryArn = "string"
)
Request syntax¶
svc$disable_directory(
  DirectoryArn = "string"
)