Show / Hide Table of Contents

Class CfnStreamingDistribution.StreamingDistributionConfigProperty

The RTMP distribution's configuration information.

Inheritance
object
CfnStreamingDistribution.StreamingDistributionConfigProperty
Implements
CfnStreamingDistribution.IStreamingDistributionConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingDistribution.StreamingDistributionConfigProperty : CfnStreamingDistribution.IStreamingDistributionConfigProperty
Syntax (vb)
Public Class CfnStreamingDistribution.StreamingDistributionConfigProperty Implements CfnStreamingDistribution.IStreamingDistributionConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CloudFront;

             var streamingDistributionConfigProperty = new StreamingDistributionConfigProperty {
                 Comment = "comment",
                 Enabled = false,
                 S3Origin = new S3OriginProperty {
                     DomainName = "domainName",
                     OriginAccessIdentity = "originAccessIdentity"
                 },
                 TrustedSigners = new TrustedSignersProperty {
                     Enabled = false,

                     // the properties below are optional
                     AwsAccountNumbers = new [] { "awsAccountNumbers" }
                 },

                 // the properties below are optional
                 Aliases = new [] { "aliases" },
                 Logging = new LoggingProperty {
                     Bucket = "bucket",
                     Enabled = false,
                     Prefix = "prefix"
                 },
                 PriceClass = "priceClass"
             };

Synopsis

Constructors

StreamingDistributionConfigProperty()

The RTMP distribution's configuration information.

Properties

Aliases

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

Comment

Any comments you want to include about the streaming distribution.

Enabled

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

Logging

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

PriceClass

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

S3Origin

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

TrustedSigners

A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content.

Constructors

StreamingDistributionConfigProperty()

The RTMP distribution's configuration information.

public StreamingDistributionConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.CloudFront;

             var streamingDistributionConfigProperty = new StreamingDistributionConfigProperty {
                 Comment = "comment",
                 Enabled = false,
                 S3Origin = new S3OriginProperty {
                     DomainName = "domainName",
                     OriginAccessIdentity = "originAccessIdentity"
                 },
                 TrustedSigners = new TrustedSignersProperty {
                     Enabled = false,

                     // the properties below are optional
                     AwsAccountNumbers = new [] { "awsAccountNumbers" }
                 },

                 // the properties below are optional
                 Aliases = new [] { "aliases" },
                 Logging = new LoggingProperty {
                     Bucket = "bucket",
                     Enabled = false,
                     Prefix = "prefix"
                 },
                 PriceClass = "priceClass"
             };

Properties

Aliases

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

public string[]? Aliases { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-aliases

Comment

Any comments you want to include about the streaming distribution.

public string Comment { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-comment

Enabled

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

public object Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-enabled

Type union: either bool or IResolvable

Logging

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

public object? Logging { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-logging

Type union: either IResolvable or CfnStreamingDistribution.ILoggingProperty

PriceClass

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

public string? PriceClass { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-priceclass

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 object S3Origin { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-s3origin

Type union: either IResolvable or CfnStreamingDistribution.IS3OriginProperty

TrustedSigners

A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content.

public object TrustedSigners { get; set; }
Property Value

object

Remarks

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-streamingdistribution-streamingdistributionconfig.html#cfn-cloudfront-streamingdistribution-streamingdistributionconfig-trustedsigners

Type union: either IResolvable or CfnStreamingDistribution.ITrustedSignersProperty

Implements

CfnStreamingDistribution.IStreamingDistributionConfigProperty
Back to top Generated by DocFX