Values.S3AccessPointOpenZFSConfigurationSourceDescribes the FSx for OpenZFS attachment configuration of an S3 access point attachment.
type nonrec t = {volumeId : VolumeId.t option;The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
*)fileSystemIdentity : OpenZFSFileSystemIdentity.t option;The file system identity used to authorize file access requests made using the 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 ]