Describes a CloudFront Streaming Distribution.
            It is used as a response element when Creating a Distribution and Getting a Distribution's Information.
            
A distribution consists of the following items:
- Id
- Status
- Last Modified Timestamp
- Domain Name
- The Configuration for the Distribution
 Declaration Syntax
 Declaration Syntax| C# | 
[SerializableAttribute] public class CloudFrontStreamingDistribution : CloudFrontDistributionBase
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CloudFrontStreamingDistribution()()()() | Initializes a new instance of the CloudFrontStreamingDistribution class | 
|  | ActiveTrustedSigners | 
            Gets and sets the ActiveTrustedSigners property.
            This specifies any AWS accounts you want to permit to create signed URLs for private content.
            (Inherited from CloudFrontDistributionBase.) | 
|  | DomainName | 
            Gets and sets the DomainName property.
            The domain name corresponding to the distribution. For example, 
            e604721fxaaqy9.cloudfront.net.
            (Inherited from CloudFrontDistributionBase.) | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ETag | 
            Gets and sets the ETag property of this 
            Distribution's information.
            (Inherited from CloudFrontDistributionBase.) | 
|  | 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.
            (Inherited from CloudFrontDistributionBase.) | 
|  | 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) 
            (Inherited from CloudFrontDistributionBase.) | 
|  | Status | 
            Gets and sets the Status property.
            The current status of the Distribution can either be Deployed or In Progres
            (Inherited from CloudFrontDistributionBase.) | 
|  | StreamingDistributionConfig | 
            Gets and sets the Streaming Distribution's Configuration.
             | 
|  | ToString()()()() | 
            Returns the string representation of the distribution.
            (Inherited from CloudFrontDistributionBase.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | CloudFrontDistributionBase | |
|  | CloudFrontStreamingDistribution | |