Module Values.NetworkOriginConfigurationSource

The proposed InternetConfiguration or VpcConfiguration to apply to the Amazon S3 access point. You can make the access point accessible from the internet, or you can specify that all requests made through that access point must originate from a specific virtual private cloud (VPC). You can specify only one type of network configuration. For more information, see Creating access points.

Sourcetype nonrec t = {
  1. vpcConfiguration : VpcConfiguration.t option;
  2. internetConfiguration : InternetConfiguration.t option;
    (*

    The configuration for the Amazon S3 access point or multi-region access point with an Internet origin.

    *)
}
Sourceval make : ?vpcConfiguration:??? -> ?internetConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of VpcId.t ]) 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