Values.OriginAccessControlSummarySourceA CloudFront origin access control.
type nonrec t = {id : String_.t option;The unique identifier of the origin access control.
*)description : String_.t option;A description of the origin access control.
*)name : String_.t option;A unique name that identifies the origin access control.
*)signingProtocol : OriginAccessControlSigningProtocols.t option;The signing protocol of the origin access control. The signing protocol determines how CloudFront signs (authenticates) requests. The only valid value is sigv4.
*)signingBehavior : OriginAccessControlSigningBehaviors.t option;A value that specifies which requests CloudFront signs (adds authentication information to). This field can have one of the following values: never – CloudFront doesn't sign any origin requests. always – CloudFront signs all origin requests, overwriting the Authorization header from the viewer request if necessary. no-override – If the viewer request doesn't contain the Authorization header, CloudFront signs the origin request. If the viewer request contains the Authorization header, CloudFront doesn't sign the origin request, but instead passes along the Authorization header that it received in the viewer request.
*)originAccessControlOriginType : OriginAccessControlOriginTypes.t option;The type of origin that this origin access control is for.
*)}