AWS SDK for .NET Documentation
CNAME Property
AmazonAmazon.CloudFront_2012_03_15.ModelCloudFrontDistributionConfigBaseCNAME Did this page help you?   Yes   No    Tell us about it...
Gets and Sets the CNAME property. A CNAME alias you want to associate with this distribution. You can have up to 10 CNAME aliases per distribution. For more information, refer: http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html
Declaration Syntax
C#
public virtual List<string> CNAME { get; set; }
Remarks
Only include a CNAME element if you have a CNAME to associate with the distribution. Don't include an empty CNAME element in the CloudFrontDistributionConfig object. If you do, CloudFront returns a MalformedXML error. Only 10 CNAME aliases can be specified for a distribution.

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