Module Values.S3ExpressDirectoryAccessPointConfigurationSource

Proposed 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.

Sourcetype nonrec t = {
  1. accessPointPolicy : AccessPointPolicy.t option;
    (*

    The proposed access point policy for an Amazon S3 directory bucket access point.

    *)
  2. networkOrigin : NetworkOriginConfiguration.t option;
}
Sourceval make : ?accessPointPolicy:??? -> ?networkOrigin:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccessPointPolicy.t | `Structure of (string * [> `Structure of (string * [> `String of VpcId.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t