Values.S3AccessPointSourceDescribes the S3 access point configuration of the S3 access point attachment.
type nonrec t = {resourceARN : GeneralARN.t option;he S3 access point's ARN.
*)alias : S3AccessPointAlias.t option;The S3 access point's alias.
*)vpcConfiguration : S3AccessPointVpcConfiguration.t option;The S3 access point's virtual private cloud (VPC) configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of GeneralARN.t
| `Structure of (string * [> `String of VpcId.t ]) list ])
list ]