Enum AdsOnDeliveryRestrictions

java.lang.Object
java.lang.Enum<AdsOnDeliveryRestrictions>
software.amazon.awssdk.services.mediapackage.model.AdsOnDeliveryRestrictions
All Implemented Interfaces:
Serializable, Comparable<AdsOnDeliveryRestrictions>

@Generated("software.amazon.awssdk:codegen") public enum AdsOnDeliveryRestrictions extends Enum<AdsOnDeliveryRestrictions>
This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.