Module Values.CreateLocationFsxOpenZfsRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. fsxFilesystemArn : FsxFilesystemArn.t;
    (*

    The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.

    *)
  2. protocol : FsxProtocol.t;
    (*

    The type of protocol that DataSync uses to access your file system.

    *)
  3. securityGroupArns : Ec2SecurityGroupArnList.t;
    (*

    The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.

    *)
  4. 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).

    *)
  5. tags : InputTagList.t option;
    (*

    The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

    *)
}
Sourceval context_ : string
Sourceval make : ?subdirectory:??? -> ?tags:??? -> fsxFilesystemArn:FsxFilesystemArn.t -> protocol:FsxProtocol.t -> securityGroupArns:Ec2SecurityGroupArnList.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t