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



IconMemberDescription
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)
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 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
Object
StreamingDistribution

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