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.

The RTMP distribution's configuration information.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.StreamingDistributionConfig

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

Syntax

C#
public class StreamingDistributionConfig

The StreamingDistributionConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Aliases Amazon.CloudFront.Model.Aliases

Gets and sets the property Aliases.

A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.

Public Property CallerReference System.String

Gets and sets the property CallerReference.

A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.

If the value of CallerReference is new (regardless of the content of the StreamingDistributionConfig object), CloudFront creates a new distribution.

If CallerReference is a value that you already sent in a previous request to create a distribution, CloudFront returns a DistributionAlreadyExists error.

Public Property Comment System.String

Gets and sets the property Comment.

Any comments you want to include about the streaming distribution.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Whether the streaming distribution is enabled to accept user requests for content.

Public Property Logging Amazon.CloudFront.Model.StreamingLoggingConfig

Gets and sets the property Logging.

A complex type that controls whether access logs are written for the streaming distribution.

Public Property PriceClass Amazon.CloudFront.PriceClass

Gets and sets the property PriceClass.

A complex type that contains information about price class for this streaming distribution.

Public Property S3Origin Amazon.CloudFront.Model.S3Origin

Gets and sets the property S3Origin.

A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.

Public Property TrustedSigners Amazon.CloudFront.Model.TrustedSigners

Gets and sets the property TrustedSigners.

A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content. If you want the distribution to use signed URLs, include this element; if you want the distribution to use public URLs, remove this element. For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

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