StatusUpdateInterval enum
Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
Values
- seconds_10 → const StatusUpdateInterval
- seconds_12 → const StatusUpdateInterval
- seconds_15 → const StatusUpdateInterval
- seconds_20 → const StatusUpdateInterval
- seconds_30 → const StatusUpdateInterval
- seconds_60 → const StatusUpdateInterval
- seconds_120 → const StatusUpdateInterval
- seconds_180 → const StatusUpdateInterval
- seconds_240 → const StatusUpdateInterval
- seconds_300 → const StatusUpdateInterval
- seconds_360 → const StatusUpdateInterval
- seconds_420 → const StatusUpdateInterval
- seconds_480 → const StatusUpdateInterval
- seconds_540 → const StatusUpdateInterval
- seconds_600 → const StatusUpdateInterval
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
StatusUpdateInterval> - A constant List of the values in this enum, in order of their declaration.