OriginEndpointForceEndpointErrorConfigurationArgs

data class OriginEndpointForceEndpointErrorConfigurationArgs(val endpointErrorConditions: Output<List<OriginEndpointEndpointErrorCondition>>? = null) : ConvertibleToJava<OriginEndpointForceEndpointErrorConfigurationArgs>

The failover settings for the endpoint.

Constructors

constructor(endpointErrorConditions: Output<List<OriginEndpointEndpointErrorCondition>>? = null)

Properties

Link copied to clipboard

The failover settings for the endpoint. The options are:

  • STALE_MANIFEST - The manifest stalled and there a 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.

Functions

Link copied to clipboard
open override fun toJava(): OriginEndpointForceEndpointErrorConfigurationArgs