Module Values.CloudFrontOriginAccessIdentitySummarySource

Summary of the information about a 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, which you use when giving the origin access identity read permission to an object in Amazon S3.

    *)
  3. comment : String_.t option;
    (*

    The comment for this origin access identity, as originally specified when created.

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