Class CfnStreamingDistributionProps
Properties for defining a CfnStreamingDistribution
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamingDistributionProps : Object, ICfnStreamingDistributionProps
Syntax (vb)
Public Class CfnStreamingDistributionProps
Inherits Object
Implements ICfnStreamingDistributionProps
Remarks
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 cfnStreamingDistributionProps = 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
Cfn |
Properties
Streaming |
The current configuration information for the RTMP distribution. |
Tags | A complex type that contains zero or more |
Constructors
CfnStreamingDistributionProps()
public CfnStreamingDistributionProps()
Properties
StreamingDistributionConfig
The current configuration information for the RTMP distribution.
public object StreamingDistributionConfig { get; set; }
Property Value
System.
Remarks
Tags
A complex type that contains zero or more Tag
elements.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn