Module Values.CloudFrontOriginAccessIdentitySource

CloudFront origin access identity.

Sourcetype nonrec t = {
  1. id : String_.t option;
    (*

    The ID for the origin access identity, for example, E74FTE3AJFJ256A.

    *)
  2. s3CanonicalUserId : String_.t option;
    (*

    The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.

    *)
  3. cloudFrontOriginAccessIdentityConfig : CloudFrontOriginAccessIdentityConfig.t option;
    (*

    The current configuration information for the identity.

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