Interface CfnChannelPropsMixin.AvailSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.AvailSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.AvailSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
AvailSettingsProperty availSettingsProperty = AvailSettingsProperty.builder()
.esam(EsamProperty.builder()
.acquisitionPointId("acquisitionPointId")
.adAvailOffset(123)
.passwordParam("passwordParam")
.poisEndpoint("poisEndpoint")
.username("username")
.zoneIdentity("zoneIdentity")
.build())
.scte35SpliceInsert(Scte35SpliceInsertProperty.builder()
.adAvailOffset(123)
.noRegionalBlackoutFlag("noRegionalBlackoutFlag")
.webDeliveryAllowedFlag("webDeliveryAllowedFlag")
.build())
.scte35TimeSignalApos(Scte35TimeSignalAposProperty.builder()
.adAvailOffset(123)
.noRegionalBlackoutFlag("noRegionalBlackoutFlag")
.webDeliveryAllowedFlag("webDeliveryAllowedFlag")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.AvailSettingsPropertystatic final classAn implementation forCfnChannelPropsMixin.AvailSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectgetEsam()Returns union: eitherIResolvableorCfnChannelPropsMixin.EsamPropertydefault ObjectThe setup for SCTE-35 splice insert handling.default ObjectThe setup for SCTE-35 time signal APOS handling.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEsam
Returns union: eitherIResolvableorCfnChannelPropsMixin.EsamProperty- See Also:
-
getScte35SpliceInsert
The setup for SCTE-35 splice insert handling.Returns union: either
IResolvableorCfnChannelPropsMixin.Scte35SpliceInsertProperty- See Also:
-
getScte35TimeSignalApos
The setup for SCTE-35 time signal APOS handling.Returns union: either
IResolvableorCfnChannelPropsMixin.Scte35TimeSignalAposProperty- See Also:
-
builder
-