Values.S3AccessPointOntapConfigurationSourceDescribes the FSx for ONTAP attachment configuration of an S3 access point attachment.
type nonrec t = {volumeId : VolumeId.t option;The ID of the FSx for ONTAP volume that the S3 access point is attached to.
*)fileSystemIdentity : OntapFileSystemIdentity.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 * [> `String of OntapFileSystemUserName.t ]) list ])
list ])
list ]