Class StreamingDistributionReference
A reference to a StreamingDistribution resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StreamingDistributionReference : IStreamingDistributionReference
Syntax (vb)
Public Class StreamingDistributionReference Implements IStreamingDistributionReference
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.Interfaces.CloudFront;
var streamingDistributionReference = new StreamingDistributionReference {
StreamingDistributionId = "streamingDistributionId"
};
Synopsis
Constructors
| StreamingDistributionReference() | A reference to a StreamingDistribution resource. |
Properties
| StreamingDistributionId | The Id of the StreamingDistribution resource. |
Constructors
StreamingDistributionReference()
A reference to a StreamingDistribution resource.
public StreamingDistributionReference()
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.Interfaces.CloudFront;
var streamingDistributionReference = new StreamingDistributionReference {
StreamingDistributionId = "streamingDistributionId"
};
Properties
StreamingDistributionId
The Id of the StreamingDistribution resource.
public string StreamingDistributionId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated