Last chance! 50% off unlimited learning
Sale ends in
Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.
You cannot take snapshots of AD Connector directories.
directoryservice_create_snapshot(DirectoryId, Name)
A list with the following syntax:
list(
SnapshotId = "string"
)
[required] The identifier of the directory of which to take a snapshot.
The descriptive name to apply to the snapshot.
svc$create_snapshot(
DirectoryId = "string",
Name = "string"
)