ServiceOverride

A service override applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details about the service override that MediaConvert has applied.

Link copied to clipboard
val name: String?

The name of the setting that MediaConvert has applied an override to.

Link copied to clipboard

The current value of the service override that MediaConvert has applied.

Link copied to clipboard

The value of the setting that you configured, prior to any overrides that MediaConvert has applied.

Functions

Link copied to clipboard
inline fun copy(block: ServiceOverride.Builder.() -> Unit = {}): ServiceOverride
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String