AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
A streaming distribution.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.StreamingDistribution

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class StreamingDistribution : Object

The StreamingDistribution type exposes the following members

Constructors

NameDescription
Public Method StreamingDistribution() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property ActiveTrustedSigners Amazon.CloudFront.Model.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.
Public Property DomainName System.String Gets and sets the property DomainName. The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.
Public Property Id System.String Gets and sets the property Id. The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.
Public Property LastModifiedTime System.DateTime Gets and sets the property LastModifiedTime. The date and time the distribution was last modified.
Public Property Status System.String 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.
Public Property StreamingDistributionConfig Amazon.CloudFront.Model.StreamingDistributionConfig Gets and sets the property StreamingDistributionConfig. The current configuration information for the streaming distribution.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8