endpointErrorConditions

@JvmName(name = "tyopcwuxvtlkvwvk")
suspend fun endpointErrorConditions(value: Output<List<OriginEndpointEndpointErrorCondition>>)
@JvmName(name = "luncyvknjkdpmwdx")
suspend fun endpointErrorConditions(value: List<OriginEndpointEndpointErrorCondition>?)

Parameters

value

The failover conditions for the endpoint. The options are:

  • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

  • INCOMPLETE_MANIFEST - There is a gap in the manifest.

  • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

  • SLATE_INPUT - The segments which contain slate content are considered to be missing content.


@JvmName(name = "wkxqhwnrrbyvsjmv")
suspend fun endpointErrorConditions(vararg values: Output<OriginEndpointEndpointErrorCondition>)


@JvmName(name = "dageoqtbaueekoak")
suspend fun endpointErrorConditions(values: List<Output<OriginEndpointEndpointErrorCondition>>)
@JvmName(name = "dwkptblocyqgmpyk")
suspend fun endpointErrorConditions(vararg values: OriginEndpointEndpointErrorCondition)

Parameters

values

The failover conditions for the endpoint. The options are:

  • STALE_MANIFEST - The manifest stalled and there are no new segments or parts.

  • INCOMPLETE_MANIFEST - There is a gap in the manifest.

  • MISSING_DRM_KEY - Key rotation is enabled but we're unable to fetch the key for the current key period.

  • SLATE_INPUT - The segments which contain slate content are considered to be missing content.