Gets or sets the origin protocol policy to apply to your origin. If HttpOnly is specified,
            CloudFront will use HTTP only to
            access the origin. If MatchViewer is specified,
            CloudFront will fetch from your origin using HTTP or
            HTTPS, based on the protocol of the viewer request.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public Nullable<OriginProtocolPolicy> ProtocolPolicy { get; set; }
 Value
 ValueThe origin protocol policy.