You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::Scte35DeliveryRestrictions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Scte35DeliveryRestrictions as input to an Aws::Client method, you can use a vanilla 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
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#archive_allowed_flagString

Corresponds to SCTE-35 archive_allowed_flag.

Possible values:

  • ARCHIVE_NOT_ALLOWED
  • ARCHIVE_ALLOWED

Returns:

  • (String)

    Corresponds to SCTE-35 archive_allowed_flag.

#device_restrictionsString

Corresponds to SCTE-35 device_restrictions parameter.

Possible values:

  • NONE
  • RESTRICT_GROUP0
  • RESTRICT_GROUP1
  • RESTRICT_GROUP2

Returns:

  • (String)

    Corresponds to SCTE-35 device_restrictions parameter.

#no_regional_blackout_flagString

Corresponds to SCTE-35 no_regional_blackout_flag parameter.

Possible values:

  • REGIONAL_BLACKOUT
  • NO_REGIONAL_BLACKOUT

Returns:

  • (String)

    Corresponds to SCTE-35 no_regional_blackout_flag parameter.

#web_delivery_allowed_flagString

Corresponds to SCTE-35 web_delivery_allowed_flag parameter.

Possible values:

  • WEB_DELIVERY_NOT_ALLOWED
  • WEB_DELIVERY_ALLOWED

Returns:

  • (String)

    Corresponds to SCTE-35 web_delivery_allowed_flag parameter.