AWS SDK for .NET Documentation
CloudFrontDistribution Class
AmazonAmazon.CloudFront_2012_03_15.ModelCloudFrontDistribution Did this page help you?   Yes   No    Tell us about it...
Describes a CloudFront Distribution. It is used as a response element when Creating a Distribution and Getting a Distribution's Information.

A distribution consists of the following items:

  1. Id
  2. Status
  3. Last Modified Timestamp
  4. Domain Name
  5. The Configuration for the Distribution

For more information, please visit: http://docs.amazonwebservices.com/cloudfront/latest/APIReference/API_Distribution.html
Declaration Syntax
C#
[SerializableAttribute]
public class CloudFrontDistribution : CloudFrontDistributionBase
Members
All MembersConstructorsMethodsProperties



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

ActiveTrustedSigners
Gets and sets the ActiveTrustedSigners property. This specifies any AWS accounts you want to permit to create signed URLs for private content.
(Inherited from CloudFrontDistributionBase.)
DistributionConfig
Gets and sets the current Distribution Configuration.

DomainName
Gets and sets the DomainName property. The domain name corresponding to the distribution. For example, e604721fxaaqy9.cloudfront.net.
(Inherited from CloudFrontDistributionBase.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Gets and sets the ETag property of this Distribution's information.
(Inherited from CloudFrontDistributionBase.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Gets and sets the Id property. This is the Id returned by CloudFront when the distribution is created and is unique to the Distribution.
(Inherited from CloudFrontDistributionBase.)
LastModifiedTime
Gets and sets the LastModifiedTime property. The date and time the distribution was last modified. The string returned is the GMT representation of DateTime. The date is in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (e.g., 2008-07-24T19:37:58Z)
(Inherited from CloudFrontDistributionBase.)
Status
Gets and sets the Status property. The current status of the Distribution can either be Deployed or In Progres
(Inherited from CloudFrontDistributionBase.)
ToString()()()()
Returns the string representation of the distribution.
(Inherited from CloudFrontDistributionBase.)
Inheritance Hierarchy
Object
CloudFrontDistributionBase
 CloudFrontDistribution

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