class Aws::MediaTailor::Types::ScheduleConfiguration

Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.

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

data as a hash:

    {
      transition: { # required
        relative_position: "BEFORE_PROGRAM", # required, accepts BEFORE_PROGRAM, AFTER_PROGRAM
        relative_program: "__string",
        scheduled_start_time_millis: 1,
        type: "__string", # required
      },
    }

@!attribute [rw] transition

Program transition configurations.
@return [Types::Transition]

@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ScheduleConfiguration AWS API Documentation

Constants

SENSITIVE