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

Class: Aws::MediaLive::Types::AvailConfiguration

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

Overview

Note:

When passing AvailConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  avail_settings: {
    scte_35_splice_insert: {
      ad_avail_offset: 1,
      no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
      web_delivery_allowed_flag: "FOLLOW", # accepts FOLLOW, IGNORE
    },
    scte_35_time_signal_apos: {
      ad_avail_offset: 1,
      no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
      web_delivery_allowed_flag: "FOLLOW", # accepts FOLLOW, IGNORE
    },
  },
}

Avail Configuration

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#avail_settingsTypes::AvailSettings

Ad avail settings.

Returns: