A streaming distribution.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class StreamingDistribution
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | StreamingDistribution()()()() | Initializes a new instance of the StreamingDistribution 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.
             | 
|  | DomainName | 
            Gets and sets the property DomainName. The domain name corresponding to the streaming
            distribution. For example: s5c39gqb8ow64r.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 streaming distribution. For
            example: EGTXBD79H29TRA8.
             | 
|  | LastModifiedTime | 
            Gets and sets the property LastModifiedTime. The date and time the distribution was
            last modified.
             | 
|  | Status | 
            Gets and sets the property Status. The current status of the streaming distribution.
            When the status is Deployed, the distribution's information is fully propagated throughout
            the Amazon CloudFront system.
             | 
|  | StreamingDistributionConfig | 
            Gets and sets the property StreamingDistributionConfig. The current configuration
            information for the streaming distribution.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithActiveTrustedSigners(ActiveTrustedSigners) | Obsolete. 
            Sets the ActiveTrustedSigners property
             | 
|  | WithDomainName(String) | Obsolete. 
            Sets the DomainName property
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithLastModifiedTime(DateTime) | Obsolete. 
            Sets the LastModifiedTime property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithStreamingDistributionConfig(StreamingDistributionConfig) | Obsolete. 
            Sets the StreamingDistributionConfig property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | StreamingDistribution |