interface AvailSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.AvailSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.AvailSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.AvailSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » AvailSettingsProperty |
The settings for the ad avail setup in the output.
The parent of this entity is AvailConfiguration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const availSettingsProperty: medialive.CfnChannel.AvailSettingsProperty = {
esam: {
acquisitionPointId: 'acquisitionPointId',
adAvailOffset: 123,
passwordParam: 'passwordParam',
poisEndpoint: 'poisEndpoint',
username: 'username',
zoneIdentity: 'zoneIdentity',
},
scte35SpliceInsert: {
adAvailOffset: 123,
noRegionalBlackoutFlag: 'noRegionalBlackoutFlag',
webDeliveryAllowedFlag: 'webDeliveryAllowedFlag',
},
scte35TimeSignalApos: {
adAvailOffset: 123,
noRegionalBlackoutFlag: 'noRegionalBlackoutFlag',
webDeliveryAllowedFlag: 'webDeliveryAllowedFlag',
},
};
Properties
Name | Type | Description |
---|---|---|
esam? | IResolvable | Esam | CfnChannel.AvailSettingsProperty.Esam . |
scte35 | IResolvable | Scte35 | The setup for SCTE-35 splice insert handling. |
scte35 | IResolvable | Scte35 | The setup for SCTE-35 time signal APOS handling. |
esam?
Type:
IResolvable
|
Esam
(optional)
CfnChannel.AvailSettingsProperty.Esam
.
scte35SpliceInsert?
Type:
IResolvable
|
Scte35
(optional)
The setup for SCTE-35 splice insert handling.
scte35TimeSignalApos?
Type:
IResolvable
|
Scte35
(optional)
The setup for SCTE-35 time signal APOS handling.