AWS SDK Version 3 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.

A streaming distribution tells CloudFront where you want RTMP content to be delivered from, and the details about how to track and manage content delivery.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.StreamingDistribution

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public class StreamingDistribution

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.

A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

The Signer complex type lists the Amazon Web Services account number of the trusted signer or self if the signer is the Amazon Web Services account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

Public Property ARN System.String

Gets and sets the property ARN.

The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.

Public Property DomainName System.String

Gets and sets the property DomainName.

The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

Public Property Id System.String

Gets and sets the property Id.

The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The date and time that the distribution was last modified.

Public Property Status System.String

Gets and sets the property Status.

The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

Public Property StreamingDistributionConfig Amazon.CloudFront.Model.StreamingDistributionConfig

Gets and sets the property StreamingDistributionConfig.

The current configuration information for the RTMP distribution.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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