Show / Hide Table of Contents

Class CfnChannelPropsMixin.MediaPackageOutputSettingsProperty

The settings for a MediaPackage output.

Inheritance
object
CfnChannelPropsMixin.MediaPackageOutputSettingsProperty
Implements
CfnChannelPropsMixin.IMediaPackageOutputSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.MediaPackageOutputSettingsProperty : CfnChannelPropsMixin.IMediaPackageOutputSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.MediaPackageOutputSettingsProperty Implements CfnChannelPropsMixin.IMediaPackageOutputSettingsProperty
Remarks

The parent of this entity is OutputSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.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.Mixins.Preview.AWS.MediaLive.Mixins;

             var mediaPackageOutputSettingsProperty = new MediaPackageOutputSettingsProperty {
                 MediaPackageV2DestinationSettings = new MediaPackageV2DestinationSettingsProperty {
                     AudioGroupId = "audioGroupId",
                     AudioRenditionSets = "audioRenditionSets",
                     HlsAutoSelect = "hlsAutoSelect",
                     HlsDefault = "hlsDefault"
                 }
             };

Synopsis

Constructors

MediaPackageOutputSettingsProperty()

The settings for a MediaPackage output.

Properties

MediaPackageV2DestinationSettings

The settings for a MediaPackage output.

Constructors

MediaPackageOutputSettingsProperty()

The settings for a MediaPackage output.

public MediaPackageOutputSettingsProperty()
Remarks

The parent of this entity is OutputSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.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.Mixins.Preview.AWS.MediaLive.Mixins;

             var mediaPackageOutputSettingsProperty = new MediaPackageOutputSettingsProperty {
                 MediaPackageV2DestinationSettings = new MediaPackageV2DestinationSettingsProperty {
                     AudioGroupId = "audioGroupId",
                     AudioRenditionSets = "audioRenditionSets",
                     HlsAutoSelect = "hlsAutoSelect",
                     HlsDefault = "hlsDefault"
                 }
             };

Properties

MediaPackageV2DestinationSettings

The settings for a MediaPackage output.

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

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IMediaPackageV2DestinationSettingsProperty

Implements

CfnChannelPropsMixin.IMediaPackageOutputSettingsProperty
Back to top Generated by DocFX