Show / Hide Table of Contents

Class CfnChannelPropsMixin.MediaPackageGroupSettingsProperty

The settings for the MediaPackage group.

Inheritance
object
CfnChannelPropsMixin.MediaPackageGroupSettingsProperty
Implements
CfnChannelPropsMixin.IMediaPackageGroupSettingsProperty
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.MediaPackageGroupSettingsProperty : CfnChannelPropsMixin.IMediaPackageGroupSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.MediaPackageGroupSettingsProperty Implements CfnChannelPropsMixin.IMediaPackageGroupSettingsProperty
Remarks

The parent of this entity is OutputGroupSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.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 mediaPackageGroupSettingsProperty = new MediaPackageGroupSettingsProperty {
                 Destination = new OutputLocationRefProperty {
                     DestinationRefId = "destinationRefId"
                 },
                 MediapackageV2GroupSettings = new MediaPackageV2GroupSettingsProperty {
                     AdditionalDestinations = new [] { new MediaPackageAdditionalDestinationsProperty {
                         Destination = new OutputLocationRefProperty {
                             DestinationRefId = "destinationRefId"
                         }
                     } },
                     CaptionLanguageMappings = new [] { new CaptionLanguageMappingProperty {
                         CaptionChannel = 123,
                         LanguageCode = "languageCode",
                         LanguageDescription = "languageDescription"
                     } },
                     Id3Behavior = "id3Behavior",
                     KlvBehavior = "klvBehavior",
                     NielsenId3Behavior = "nielsenId3Behavior",
                     Scte35Type = "scte35Type",
                     SegmentLength = 123,
                     SegmentLengthUnits = "segmentLengthUnits",
                     TimedMetadataId3Frame = "timedMetadataId3Frame",
                     TimedMetadataId3Period = 123,
                     TimedMetadataPassthrough = "timedMetadataPassthrough"
                 }
             };

Synopsis

Constructors

MediaPackageGroupSettingsProperty()

The settings for the MediaPackage group.

Properties

Destination

The MediaPackage channel destination.

MediapackageV2GroupSettings

The settings for the MediaPackage group.

Constructors

MediaPackageGroupSettingsProperty()

The settings for the MediaPackage group.

public MediaPackageGroupSettingsProperty()
Remarks

The parent of this entity is OutputGroupSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagegroupsettings.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 mediaPackageGroupSettingsProperty = new MediaPackageGroupSettingsProperty {
                 Destination = new OutputLocationRefProperty {
                     DestinationRefId = "destinationRefId"
                 },
                 MediapackageV2GroupSettings = new MediaPackageV2GroupSettingsProperty {
                     AdditionalDestinations = new [] { new MediaPackageAdditionalDestinationsProperty {
                         Destination = new OutputLocationRefProperty {
                             DestinationRefId = "destinationRefId"
                         }
                     } },
                     CaptionLanguageMappings = new [] { new CaptionLanguageMappingProperty {
                         CaptionChannel = 123,
                         LanguageCode = "languageCode",
                         LanguageDescription = "languageDescription"
                     } },
                     Id3Behavior = "id3Behavior",
                     KlvBehavior = "klvBehavior",
                     NielsenId3Behavior = "nielsenId3Behavior",
                     Scte35Type = "scte35Type",
                     SegmentLength = 123,
                     SegmentLengthUnits = "segmentLengthUnits",
                     TimedMetadataId3Frame = "timedMetadataId3Frame",
                     TimedMetadataId3Period = 123,
                     TimedMetadataPassthrough = "timedMetadataPassthrough"
                 }
             };

Properties

Destination

The MediaPackage channel destination.

public object? Destination { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IOutputLocationRefProperty

MediapackageV2GroupSettings

The settings for the MediaPackage group.

public object? MediapackageV2GroupSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IMediaPackageV2GroupSettingsProperty

Implements

CfnChannelPropsMixin.IMediaPackageGroupSettingsProperty
Back to top Generated by DocFX