Class CfnChannelPropsMixin.AvailSettingsProperty
The settings for the ad avail setup in the output.
Implements
Inherited Members
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.
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.
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
Remarks
Scte35SpliceInsert
The setup for SCTE-35 splice insert handling.
public object? Scte35SpliceInsert { get; set; }
Property Value
Remarks
Scte35TimeSignalApos
The setup for SCTE-35 time signal APOS handling.
public object? Scte35TimeSignalApos { get; set; }