Values.CreateAndAttachS3AccessPointOntapConfigurationSourceSpecifies the FSx for ONTAP 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 ONTAP volume to which you want the S3 access point attached.
*)fileSystemIdentity : OntapFileSystemIdentity.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 * [> `String of OntapFileSystemUserName.t ]) list ])
list ])
list ]