Module Values.S3AccessPointOntapConfigurationSource

Describes the FSx for ONTAP attachment configuration of an S3 access point attachment.

Sourcetype nonrec t = {
  1. volumeId : VolumeId.t option;
    (*

    The ID of the FSx for ONTAP volume that the S3 access point is attached to.

    *)
  2. fileSystemIdentity : OntapFileSystemIdentity.t option;
    (*

    The file system identity used to authorize file access requests made using the S3 access point.

    *)
}
Sourceval make : ?volumeId:??? -> ?fileSystemIdentity:??? -> unit -> t
Sourceval 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 ]
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