Values.CreateAndAttachS3AccessPointS3ConfigurationSourceUsed to create an S3 access point that accepts requests only from a virtual private cloud (VPC) to restrict data access to a private network.
type nonrec t = {vpcConfiguration : S3AccessPointVpcConfiguration.t option;If included, Amazon S3 restricts access to this S3 access point to requests made from the specified virtual private cloud (VPC).
*)policy : AccessPointPolicy.t option;Specifies an access policy to associate with the S3 access point configuration. For more information, see Configuring IAM policies for using access points in the Amazon Simple Storage Service User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccessPointPolicy.t
| `Structure of (string * [> `String of VpcId.t ]) list ])
list ]