Show / Hide Table of Contents

Class CfnStreamingDistribution

This resource is deprecated.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnStreamingDistribution
Implements
IInspectable
IStreamingDistributionRef
IConstruct
IDependable
IEnvironmentAware
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingDistribution : CfnResource, IInspectable, IStreamingDistributionRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnStreamingDistribution Inherits CfnResource Implements IInspectable, IStreamingDistributionRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

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 cfnStreamingDistribution = new CfnStreamingDistribution(this, "MyCfnStreamingDistribution", new CfnStreamingDistributionProps {
                 StreamingDistributionConfig = 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"
                 },

                 // the properties below are optional
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnStreamingDistribution(Construct, string, ICfnStreamingDistributionProps)

Create a new AWS::CloudFront::StreamingDistribution.

Properties

AttrDomainName

The domain name of the resource, such as d111111abcdef8.cloudfront.net .

AttrId

This resource is deprecated.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

This resource is deprecated.

StreamingDistributionConfig

The current configuration information for the RTMP distribution.

StreamingDistributionRef

A reference to a StreamingDistribution resource.

Tags

Tag Manager which manages the tags for this resource.

TagsRaw

A complex type that contains zero or more Tag elements.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnStreamingDistribution(object)

Checks whether the given object is a CfnStreamingDistribution.

RenderProperties(IDictionary<string, object>)

This resource is deprecated.

Constructors

CfnStreamingDistribution(Construct, string, ICfnStreamingDistributionProps)

Create a new AWS::CloudFront::StreamingDistribution.

public CfnStreamingDistribution(Construct scope, string id, ICfnStreamingDistributionProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnStreamingDistributionProps

Resource properties.

Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

Properties

AttrDomainName

The domain name of the resource, such as d111111abcdef8.cloudfront.net .

public virtual string AttrDomainName { get; }
Property Value

string

Remarks

CloudformationAttribute: DomainName

AttrId

This resource is deprecated.

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

CfnProperties

This resource is deprecated.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

StreamingDistributionConfig

The current configuration information for the RTMP distribution.

public virtual object StreamingDistributionConfig { get; set; }
Property Value

object

Remarks

Type union: either IResolvable or CfnStreamingDistribution.IStreamingDistributionConfigProperty

StreamingDistributionRef

A reference to a StreamingDistribution resource.

public virtual IStreamingDistributionReference StreamingDistributionRef { get; }
Property Value

IStreamingDistributionReference

Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

TagsRaw

A complex type that contains zero or more Tag elements.

public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value

ICfnTag[]

Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

IsCfnStreamingDistribution(object)

Checks whether the given object is a CfnStreamingDistribution.

public static bool IsCfnStreamingDistribution(object x)
Parameters
x object
Returns

bool

Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

This resource is deprecated.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, read the announcement on the Amazon CloudFront discussion forum.

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

CloudformationResource: AWS::CloudFront::StreamingDistribution

ExampleMetadata: fixture=_generated

Implements

IInspectable
IStreamingDistributionRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggable
Back to top Generated by DocFX