Values.AwsCloudFrontDistributionOriginItemSourceA complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), or other server from which CloudFront gets your files.
type nonrec t = {domainName : NonEmptyString.t option;Amazon S3 origins: The DNS name of the S3 bucket from which you want CloudFront to get objects for this origin.
*)id : NonEmptyString.t option;A unique identifier for the origin or origin group.
*)originPath : NonEmptyString.t option;An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.
*)s3OriginConfig : AwsCloudFrontDistributionOriginS3OriginConfig.t option;An origin that is an S3 bucket that is not configured with static website hosting.
*)customOriginConfig : AwsCloudFrontDistributionOriginCustomOriginConfig.t option;An origin that is not an Amazon S3 bucket, with one exception. If the Amazon S3 bucket is configured with static website hosting, use this attribute. If the Amazon S3 bucket is not configured with static website hosting, use the S3OriginConfig type instead.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of NonEmptyString.t ] list ])
list ])
list ])
list ]