A distribution.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class Distribution
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | Distribution |