class Aws::MediaLive::Types::Scte35DeliveryRestrictions

Corresponds to SCTE-35 delivery_not_restricted_flag parameter. To declare delivery restrictions, include this element and its four “restriction” flags. To declare that there are no restrictions, omit this element.

@note When making an API call, you may pass Scte35DeliveryRestrictions

data as a hash:

    {
      archive_allowed_flag: "ARCHIVE_NOT_ALLOWED", # required, accepts ARCHIVE_NOT_ALLOWED, ARCHIVE_ALLOWED
      device_restrictions: "NONE", # required, accepts NONE, RESTRICT_GROUP0, RESTRICT_GROUP1, RESTRICT_GROUP2
      no_regional_blackout_flag: "REGIONAL_BLACKOUT", # required, accepts REGIONAL_BLACKOUT, NO_REGIONAL_BLACKOUT
      web_delivery_allowed_flag: "WEB_DELIVERY_NOT_ALLOWED", # required, accepts WEB_DELIVERY_NOT_ALLOWED, WEB_DELIVERY_ALLOWED
    }

@!attribute [rw] archive_allowed_flag

Corresponds to SCTE-35 archive\_allowed\_flag.
@return [String]

@!attribute [rw] device_restrictions

Corresponds to SCTE-35 device\_restrictions parameter.
@return [String]

@!attribute [rw] no_regional_blackout_flag

Corresponds to SCTE-35 no\_regional\_blackout\_flag parameter.
@return [String]

@!attribute [rw] web_delivery_allowed_flag

Corresponds to SCTE-35 web\_delivery\_allowed\_flag parameter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte35DeliveryRestrictions AWS API Documentation

Constants

SENSITIVE