Values.CreateLocationFsxOpenZfsRequestSourceCreates a transfer location for an Amazon FSx for OpenZFS file system. DataSync can use this location as a source or destination for transferring data. Before you begin, make sure that you understand how DataSync accesses FSx for OpenZFS file systems. Request parameters related to SMB aren't supported with the CreateLocationFsxOpenZfs operation.
type nonrec t = {fsxFilesystemArn : FsxFilesystemArn.t;The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.
*)protocol : FsxProtocol.t;The type of protocol that DataSync uses to access your file system.
*)securityGroupArns : Ec2SecurityGroupArnList.t;The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.
*)subdirectory : FsxOpenZfsSubdirectory.t option;A subdirectory in the location's path that must begin with /fsx. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
*)}val make :
?subdirectory:??? ->
?tags:??? ->
fsxFilesystemArn:FsxFilesystemArn.t ->
protocol:FsxProtocol.t ->
securityGroupArns:Ec2SecurityGroupArnList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Ec2SecurityGroupArn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of FsxFilesystemArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of SmbDomain.t
| `Structure of
(string
* [> `Enum of string | `String of SecretArn.t ])
list ])
list ])
list ])
list ]