AWS SDK for .NET Documentation
DistributionSummary Class
AmazonAmazon.CloudFront.ModelDistributionSummary Did this page help you?   Yes   No    Tell us about it...
A summary of the information for an Amazon CloudFront distribution.
Declaration Syntax
C#
public class DistributionSummary
Members
All MembersConstructorsMethodsProperties



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

Aliases
Gets and sets the property Aliases. A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.

CacheBehaviors
Gets and sets the property CacheBehaviors. A complex type that contains zero or more CacheBehavior elements.

Comment
Gets and sets the property Comment. The comment originally specified when this distribution was created.

CustomErrorResponses
Gets and sets the property CustomErrorResponses. A complex type that contains zero or more CustomErrorResponses elements.

DefaultCacheBehavior
Gets and sets the property DefaultCacheBehavior. A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.

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

Enabled
Gets and sets the property Enabled. Whether the distribution is enabled to accept end user requests for content.

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.)
Id
Gets and sets the property Id. The identifier for the distribution. For example: EDFDVBD632BHDS5.

LastModifiedTime
Gets and sets the property LastModifiedTime. The date and time the distribution was last modified.

Origins
Gets and sets the property Origins. A complex type that contains information about origins for this distribution.

PriceClass
Gets and sets the property PriceClass.

Restrictions
Gets and sets the property Restrictions.

Status
Gets and sets the property Status. This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
ViewerCertificate
Gets and sets the property ViewerCertificate.

WithAliases(Aliases) Obsolete.
Sets the Aliases property

WithCacheBehaviors(CacheBehaviors) Obsolete.
Sets the CacheBehaviors property

WithComment(String) Obsolete.
Sets the Comment property

WithCustomErrorResponses(CustomErrorResponses) Obsolete.
Sets the CustomErrorResponses property

WithDefaultCacheBehavior(DefaultCacheBehavior) Obsolete.
Sets the DefaultCacheBehavior property

WithDomainName(String) Obsolete.
Sets the DomainName property

WithEnabled(Boolean) Obsolete.
Sets the Enabled property

WithId(String) Obsolete.
Sets the Id property

WithLastModifiedTime(DateTime) Obsolete.
Sets the LastModifiedTime property

WithOrigins(Origins) Obsolete.
Sets the Origins property

WithPriceClass(String) Obsolete.
Sets the PriceClass property

WithRestrictions(Restrictions) Obsolete.
Sets the Restrictions property

WithStatus(String) Obsolete.
Sets the Status property

WithViewerCertificate(ViewerCertificate) Obsolete.
Sets the ViewerCertificate property

Inheritance Hierarchy
Object
DistributionSummary

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