Module Values.AwsCloudFrontDistributionOriginS3OriginConfigSource

Information about an origin that is an Amazon S3 bucket that is not configured with static website hosting.

Sourcetype nonrec t = {
  1. originAccessIdentity : NonEmptyString.t option;
    (*

    The CloudFront origin access identity to associate with the origin.

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