signingBehavior
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 theAuthorizationheader from the viewer request if necessary.no-override– If the viewer request doesn't contain theAuthorizationheader, CloudFront signs the origin request. If the viewer request contains theAuthorizationheader, CloudFront doesn't sign the origin request, but instead passes along theAuthorizationheader that it received in the viewer request.