AWS SDK for .NET Documentation
CloudFrontDistributionBase Class
AmazonAmazon.CloudFront_2012_03_15.ModelCloudFrontDistributionBase Did this page help you?   Yes   No    Tell us about it...
The DistributionBase contains the common elements of a CloudFront distribution.

The shared elements are:

  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
- http://docs.amazonwebservices.com/cloudfront/latest/APIReference/API_StreamingDistribution.html
Declaration Syntax
C#
[SerializableAttribute]
public class CloudFrontDistributionBase
Members
All MembersConstructorsMethodsProperties



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

ActiveTrustedSigners
Gets and sets the ActiveTrustedSigners property. This specifies any AWS accounts you want to permit to create signed URLs for private content.

DomainName
Gets and sets the DomainName property. The domain name corresponding to the distribution. For example, e604721fxaaqy9.cloudfront.net.

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.

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.

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)

Status
Gets and sets the Status property. The current status of the Distribution can either be Deployed or In Progres

ToString()()()()
Returns the string representation of the distribution.
(Overrides Object.ToString()()()().)
Inheritance Hierarchy

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