AWS SDK for .NET Documentation
CustomOriginConfig Class
AmazonAmazon.CloudFront.ModelCustomOriginConfig Did this page help you?   Yes   No    Tell us about it...
A customer origin.
Declaration Syntax
C#
public class CustomOriginConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CustomOriginConfig()()()()
Initializes a new instance of the CustomOriginConfig class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HTTPPort
Gets and sets the property HTTPPort. The HTTP port the custom origin listens on.

HTTPSPort
Gets and sets the property HTTPSPort. The HTTPS port the custom origin listens on.

OriginProtocolPolicy
Gets and sets the property OriginProtocolPolicy. The origin protocol policy to apply to your origin.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithHTTPPort(Int32) Obsolete.
Sets the HTTPPort property

WithHTTPSPort(Int32) Obsolete.
Sets the HTTPSPort property

WithOriginProtocolPolicy(String) Obsolete.
Sets the OriginProtocolPolicy property

Inheritance Hierarchy
Object
CustomOriginConfig

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