AWS SDK for .NET Documentation
ProtocolPolicy Property
AmazonAmazon.CloudFront_2012_03_15.ModelCustomOriginProtocolPolicy Did this page help you?   Yes   No    Tell us about it...
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
C#
public Nullable<OriginProtocolPolicy> ProtocolPolicy { get; set; }
Value
The origin protocol policy.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)