class Aws::MediaLive::Types::AvailConfiguration

Avail Configuration

@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
        },
      },
    }

@!attribute [rw] avail_settings

Ad avail settings.
@return [Types::AvailSettings]

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

Constants

SENSITIVE