Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync
can access for a transfer. For more information, see Creating a location for FSx for OpenZFS.
Request parameters related to SMB aren't supported with the
CreateLocationFsxOpenZfs operation.
example
Use a bare-bones client and the command you need to make an API call.
Creates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see Creating a location for FSx for OpenZFS.
Request parameters related to
SMB
aren't supported with theCreateLocationFsxOpenZfs
operation.Use a bare-bones client and the command you need to make an API call.
import { DataSyncClient, CreateLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import // const { DataSyncClient, CreateLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import const client = new DataSyncClient(config); const command = new CreateLocationFsxOpenZfsCommand(input); const response = await client.send(command);
CreateLocationFsxOpenZfsCommandInput for command's
input
shape.CreateLocationFsxOpenZfsCommandOutput for command's
response
shape.config for DataSyncClient's
config
shape.