Interface CfnChannel.IMediaPackageGroupSettingsProperty
The settings for the MediaPackage group.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMediaPackageGroupSettingsProperty
Syntax (vb)
Public Interface IMediaPackageGroupSettingsProperty
Remarks
The parent of this entity is OutputGroupSettings.
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 mediaPackageGroupSettingsProperty = new MediaPackageGroupSettingsProperty {
Destination = new OutputLocationRefProperty {
DestinationRefId = "destinationRefId"
}
};
Synopsis
Properties
Destination | The MediaPackage channel destination. |
Properties
Destination
The MediaPackage channel destination.
virtual object Destination { get; }
Property Value
System.