Values.CreateAndAttachS3AccessPointResponseSourceCreates an S3 access point and attaches it to an Amazon FSx volume. For FSx for OpenZFS file systems, the volume must be hosted on a high-availability file system, either Single-AZ or Multi-AZ. For more information, see Accessing your data using Amazon S3 access points. in the Amazon FSx for OpenZFS User Guide. The requester requires the following permissions to perform these actions: fsx:CreateAndAttachS3AccessPoint s3:CreateAccessPoint s3:GetAccessPoint s3:PutAccessPointPolicy s3:DeleteAccessPoint The following actions are related to CreateAndAttachS3AccessPoint: DescribeS3AccessPointAttachments DetachAndDeleteS3AccessPoint
type nonrec t = {s3AccessPointAttachment : S3AccessPointAttachment.t option;Describes the configuration of the S3 access point created.
*)}type nonrec error = [ | `AccessPointAlreadyOwnedByYou of AccessPointAlreadyOwnedByYou.t| `BadRequest of BadRequest.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `InvalidAccessPoint of InvalidAccessPoint.t| `InvalidRequest of InvalidRequest.t| `TooManyAccessPoints of TooManyAccessPoints.t| `UnsupportedOperation of UnsupportedOperation.t| `VolumeNotFound of VolumeNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessPointAlreadyOwnedByYou of AccessPointAlreadyOwnedByYou.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidAccessPoint of InvalidAccessPoint.t
| `InvalidRequest of InvalidRequest.t
| `TooManyAccessPoints of TooManyAccessPoints.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t
| `VolumeNotFound of VolumeNotFound.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessPointAlreadyOwnedByYou of AccessPointAlreadyOwnedByYou.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidAccessPoint of InvalidAccessPoint.t
| `InvalidRequest of InvalidRequest.t
| `TooManyAccessPoints of TooManyAccessPoints.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t
| `VolumeNotFound of VolumeNotFound.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of S3AccessPointAttachmentName.t
| `Structure of
(string
* [> `String of ErrorMessage.t
| `Structure of
(string
* [> `Enum of string
| `String of VpcId.t
| `Structure of
(string
* [> `List of [> `Long of FileSystemGID.t ] list
| `Long of FileSystemUID.t
| `String of OntapFileSystemUserName.t ])
list ])
list ])
list
| `Timestamp of CreationTime.t ])
list ])
list ]