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



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

ActiveTrustedSigners
Gets and sets the property ActiveTrustedSigners. CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.

DistributionConfig
Gets and sets the property DistributionConfig. The current configuration information for the distribution.

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

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.

InProgressInvalidationBatches
Gets and sets the property InProgressInvalidationBatches. The number of invalidation batches currently in progress.

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

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.)
WithActiveTrustedSigners(ActiveTrustedSigners) Obsolete.
Sets the ActiveTrustedSigners property

WithDistributionConfig(DistributionConfig) Obsolete.
Sets the DistributionConfig property

WithDomainName(String) Obsolete.
Sets the DomainName property

WithId(String) Obsolete.
Sets the Id property

WithInProgressInvalidationBatches(Int32) Obsolete.
Sets the InProgressInvalidationBatches property

WithLastModifiedTime(DateTime) Obsolete.
Sets the LastModifiedTime property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
Distribution

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