Interface CfnChannel.IOutputLocationRefProperty
A reference to an OutputDestination ID that is defined in the channel.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOutputLocationRefProperty
Syntax (vb)
Public Interface IOutputLocationRefProperty
Remarks
This entity is used by ArchiveGroupSettings, FrameCaptureGroupSettings, HlsGroupSettings, MediaPackageGroupSettings, MSSmoothGroupSettings, RtmpOutputSettings, and UdpOutputSettings.
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.MediaLive;
var outputLocationRefProperty = new OutputLocationRefProperty {
DestinationRefId = "destinationRefId"
};
Synopsis
Properties
Destination |
A reference ID for this destination. |
Properties
DestinationRefId
A reference ID for this destination.
virtual string DestinationRefId { get; }
Property Value
System.