Values.S3AccessPointAttachmentSourceAn S3 access point attached to an Amazon FSx volume.
type nonrec t = {lifecycle : S3AccessPointAttachmentLifecycle.t option;The lifecycle status of the S3 access point attachment. The lifecycle can have the following values: AVAILABLE - the S3 access point attachment is available for use CREATING - Amazon FSx is creating the S3 access point and attachment DELETING - Amazon FSx is deleting the S3 access point and attachment FAILED - The S3 access point attachment is in a failed state. Delete and detach the S3 access point attachment, and create a new one. UPDATING - Amazon FSx is updating the S3 access point attachment
*)lifecycleTransitionReason : LifecycleTransitionReason.t option;creationTime : CreationTime.t option;name : S3AccessPointAttachmentName.t option;The name of the S3 access point attachment; also used for the name of the S3 access point.
*)type_ : S3AccessPointAttachmentType.t option;The type of Amazon FSx volume that the S3 access point is attached to.
*)openZFSConfiguration : S3AccessPointOpenZFSConfiguration.t option;The OpenZFSConfiguration of the S3 access point attachment.
*)ontapConfiguration : S3AccessPointOntapConfiguration.t option;The ONTAP configuration of the S3 access point attachment.
*)s3AccessPoint : S3AccessPoint.t option;The S3 access point configuration of the S3 access point attachment.
*)}val to_value :
t ->
[> `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 ]