Show / Hide Table of Contents

Class CfnChannelPropsMixin.MediaPackageOutputDestinationSettingsProperty

Destination settings for a MediaPackage output.

Inheritance
object
CfnChannelPropsMixin.MediaPackageOutputDestinationSettingsProperty
Implements
CfnChannelPropsMixin.IMediaPackageOutputDestinationSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelendpointid

ChannelGroup

Destination settings for a MediaPackage output.

public string? ChannelGroup { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelgroup

ChannelId

The ID of the channel in MediaPackage that is the destination for this output group.

public string? ChannelId { get; set; }
Property Value

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelid

ChannelName

Destination settings for a MediaPackage output.

public string? ChannelName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html#cfn-medialive-channel-mediapackageoutputdestinationsettings-channelname

MediaPackageRegionName

Destination settings for a MediaPackage output.

public string? MediaPackageRegionName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputdestinationsettings.html#cfn-medialive-channel-mediapackageoutputdestinationsettings-mediapackageregionname

Implements

CfnChannelPropsMixin.IMediaPackageOutputDestinationSettingsProperty
Back to top Generated by DocFX