Values.S3ExpressDirectoryAccessPointConfigurationSourceProposed configuration for an access point attached to an Amazon S3 directory bucket. You can propose up to 10 access points per bucket. If the proposed access point configuration is for an existing Amazon S3 directory bucket, the access preview uses the proposed access point configuration in place of the existing access points. To propose an access point without a policy, you can provide an empty string as the access point policy. For more information about access points for Amazon S3 directory buckets, see Managing access to directory buckets with access points in the Amazon Simple Storage Service User Guide.
type nonrec t = {accessPointPolicy : AccessPointPolicy.t option;The proposed access point policy for an Amazon S3 directory bucket access point.
*)networkOrigin : NetworkOriginConfiguration.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccessPointPolicy.t
| `Structure of
(string
* [> `Structure of (string * [> `String of VpcId.t ]) list ])
list ])
list ]