Values.CreateAndAttachS3AccessPointOpenZFSConfigurationSourceSpecifies the FSx for OpenZFS volume that the S3 access point will be attached to, and the file system user identity.
type nonrec t = {volumeId : VolumeId.t;The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.
*)fileSystemIdentity : OpenZFSFileSystemIdentity.t;Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of VolumeId.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of [> `Long of FileSystemGID.t ] list
| `Long of FileSystemUID.t ])
list ])
list ])
list ]