class Aws::MediaTailor::Types::SpliceInsertMessage

Splice insert message configuration.

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

data as a hash:

    {
      avail_num: 1,
      avails_expected: 1,
      splice_event_id: 1,
      unique_program_id: 1,
    }

@!attribute [rw] avail_num

This is written to splice\_insert.avail\_num, as defined in section
9.7.3.1 of the SCTE-35 specification. The default value is 0. Values
must be between 0 and 256, inclusive.
@return [Integer]

@!attribute [rw] avails_expected

This is written to splice\_insert.avails\_expected, as defined in
section 9.7.3.1 of the SCTE-35 specification. The default value is
0. Values must be between 0 and 256, inclusive.
@return [Integer]

@!attribute [rw] splice_event_id

This is written to splice\_insert.splice\_event\_id, as defined in
section 9.7.3.1 of the SCTE-35 specification. The default value is
1.
@return [Integer]

@!attribute [rw] unique_program_id

This is written to splice\_insert.unique\_program\_id, as defined in
section 9.7.3.1 of the SCTE-35 specification. The default value is
0. Values must be between 0 and 256, inclusive.
@return [Integer]

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

Constants

SENSITIVE