Module Values.S3AccessPointSource

Describes the S3 access point configuration of the S3 access point attachment.

Sourcetype nonrec t = {
  1. resourceARN : GeneralARN.t option;
    (*

    he S3 access point's ARN.

    *)
  2. alias : S3AccessPointAlias.t option;
    (*

    The S3 access point's alias.

    *)
  3. vpcConfiguration : S3AccessPointVpcConfiguration.t option;
    (*

    The S3 access point's virtual private cloud (VPC) configuration.

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