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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass AvailConfiguration data as a 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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avail_settingsTypes::AvailSettings

Ad avail settings.



1241
1242
1243
1244
1245
# File 'lib/aws-sdk-medialive/types.rb', line 1241

class AvailConfiguration < Struct.new(
  :avail_settings)
  SENSITIVE = []
  include Aws::Structure
end