Module Values.S3AccessPointVpcConfigurationSource

If included, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).

Sourcetype nonrec t = {
  1. vpcId : VpcId.t option;
    (*

    Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.

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