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.
- Inheritance
- Available extensions
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
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on StatusUpdateInterval, provided by the StatusUpdateIntervalValueExtension extension
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.