interface AvailConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.AvailConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_AvailConfigurationProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.AvailConfigurationProperty |
Python | aws_cdk.aws_medialive.CfnChannel.AvailConfigurationProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » AvailConfigurationProperty |
The setup of ad avail handling in the output.
The parent of this entity is EncoderSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const availConfigurationProperty: medialive.CfnChannel.AvailConfigurationProperty = {
availSettings: {
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',
},
},
scte35SegmentationScope: 'scte35SegmentationScope',
};
Properties
| Name | Type | Description |
|---|---|---|
| avail | IResolvable | Avail | The setup of ad avail handling in the output. |
| scte35 | string |
availSettings?
Type:
IResolvable | Avail
(optional)
The setup of ad avail handling in the output.
scte35SegmentationScope?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript