Class CfnChannelPropsMixin.MediaPackageOutputDestinationSettingsProperty
Destination settings for a MediaPackage output.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.MediaPackageOutputDestinationSettingsProperty : CfnChannelPropsMixin.IMediaPackageOutputDestinationSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.MediaPackageOutputDestinationSettingsProperty Implements CfnChannelPropsMixin.IMediaPackageOutputDestinationSettingsProperty
Remarks
The parent of this entity is OutputDestination.
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.CfnPropertyMixins.AWS.MediaLive;
var mediaPackageOutputDestinationSettingsProperty = new MediaPackageOutputDestinationSettingsProperty {
ChannelEndpointId = "channelEndpointId",
ChannelGroup = "channelGroup",
ChannelId = "channelId",
ChannelName = "channelName",
MediaPackageRegionName = "mediaPackageRegionName"
};
Synopsis
Constructors
| MediaPackageOutputDestinationSettingsProperty() | Destination settings for a MediaPackage output. |
Properties
| ChannelEndpointId | Destination settings for a MediaPackage output. |
| ChannelGroup | Destination settings for a MediaPackage output. |
| ChannelId | The ID of the channel in MediaPackage that is the destination for this output group. |
| ChannelName | Destination settings for a MediaPackage output. |
| MediaPackageRegionName | Destination settings for a MediaPackage output. |
Constructors
MediaPackageOutputDestinationSettingsProperty()
Destination settings for a MediaPackage output.
public MediaPackageOutputDestinationSettingsProperty()
Remarks
The parent of this entity is OutputDestination.
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.CfnPropertyMixins.AWS.MediaLive;
var mediaPackageOutputDestinationSettingsProperty = new MediaPackageOutputDestinationSettingsProperty {
ChannelEndpointId = "channelEndpointId",
ChannelGroup = "channelGroup",
ChannelId = "channelId",
ChannelName = "channelName",
MediaPackageRegionName = "mediaPackageRegionName"
};
Properties
ChannelEndpointId
Destination settings for a MediaPackage output.
public string? ChannelEndpointId { get; set; }
Property Value
Remarks
ChannelGroup
Destination settings for a MediaPackage output.
public string? ChannelGroup { get; set; }
Property Value
Remarks
ChannelId
The ID of the channel in MediaPackage that is the destination for this output group.
public string? ChannelId { get; set; }
Property Value
Remarks
You don't need to specify the individual inputs in MediaPackage; MediaLive handles the connection of the two MediaLive pipelines to the two MediaPackage inputs. The MediaPackage channel and MediaLive channel must be in the same Region.
ChannelName
Destination settings for a MediaPackage output.
public string? ChannelName { get; set; }
Property Value
Remarks
MediaPackageRegionName
Destination settings for a MediaPackage output.
public string? MediaPackageRegionName { get; set; }