Class CfnStreamingDistribution
This resource is deprecated.
Implements
Inherited Members
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.
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 |
Properties
| AttrDomainName | The domain name of the resource, such as |
| 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 |
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.
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
Remarks
CloudformationAttribute: DomainName
AttrId
This resource is deprecated.
public virtual string AttrId { get; }
Property Value
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
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.
CloudformationResource: AWS::CloudFront::StreamingDistribution
ExampleMetadata: fixture=_generated
CfnProperties
This resource is deprecated.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
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.
CloudformationResource: AWS::CloudFront::StreamingDistribution
ExampleMetadata: fixture=_generated
StreamingDistributionConfig
The current configuration information for the RTMP distribution.
public virtual object StreamingDistributionConfig { get; set; }
Property Value
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.
CloudformationResource: AWS::CloudFront::StreamingDistribution
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
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.
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.
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.
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
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.
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
Overrides
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.
CloudformationResource: AWS::CloudFront::StreamingDistribution
ExampleMetadata: fixture=_generated