Show / Hide Table of Contents

Class CfnChannelPropsMixin.AvailSettingsProperty

The settings for the ad avail setup in the output.

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

The parent of this entity is AvailConfiguration.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availsettings.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 availSettingsProperty = new AvailSettingsProperty {
                 Esam = new EsamProperty {
                     AcquisitionPointId = "acquisitionPointId",
                     AdAvailOffset = 123,
                     PasswordParam = "passwordParam",
                     PoisEndpoint = "poisEndpoint",
                     Username = "username",
                     ZoneIdentity = "zoneIdentity"
                 },
                 Scte35SpliceInsert = new Scte35SpliceInsertProperty {
                     AdAvailOffset = 123,
                     NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
                     WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
                 },
                 Scte35TimeSignalApos = new Scte35TimeSignalAposProperty {
                     AdAvailOffset = 123,
                     NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
                     WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
                 }
             };

Synopsis

Constructors

AvailSettingsProperty()

The settings for the ad avail setup in the output.

Properties

Esam

The settings for the ad avail setup in the output.

Scte35SpliceInsert

The setup for SCTE-35 splice insert handling.

Scte35TimeSignalApos

The setup for SCTE-35 time signal APOS handling.

Constructors

AvailSettingsProperty()

The settings for the ad avail setup in the output.

public AvailSettingsProperty()
Remarks

The parent of this entity is AvailConfiguration.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-availsettings.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 availSettingsProperty = new AvailSettingsProperty {
                 Esam = new EsamProperty {
                     AcquisitionPointId = "acquisitionPointId",
                     AdAvailOffset = 123,
                     PasswordParam = "passwordParam",
                     PoisEndpoint = "poisEndpoint",
                     Username = "username",
                     ZoneIdentity = "zoneIdentity"
                 },
                 Scte35SpliceInsert = new Scte35SpliceInsertProperty {
                     AdAvailOffset = 123,
                     NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
                     WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
                 },
                 Scte35TimeSignalApos = new Scte35TimeSignalAposProperty {
                     AdAvailOffset = 123,
                     NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
                     WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
                 }
             };

Properties

Esam

The settings for the ad avail setup in the output.

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

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IEsamProperty

Scte35SpliceInsert

The setup for SCTE-35 splice insert handling.

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

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IScte35SpliceInsertProperty

Scte35TimeSignalApos

The setup for SCTE-35 time signal APOS handling.

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

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.IScte35TimeSignalAposProperty

Implements

CfnChannelPropsMixin.IAvailSettingsProperty
Back to top Generated by DocFX