interface AvailConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.AvailConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_AvailConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.AvailConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.AvailConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » 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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const availConfigurationProperty: medialive_mixins.CfnChannelPropsMixin.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