Interface CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The failover settings for the endpoint.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.mediapackagev2.*; ForceEndpointErrorConfigurationProperty forceEndpointErrorConfigurationProperty = ForceEndpointErrorConfigurationProperty.builder() .endpointErrorConditions(List.of("endpointErrorConditions")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnOriginEndpoint.ForceEndpointErrorConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEndpointErrorConditions
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.
- See Also:
-
builder
@Stability(Stable) static CfnOriginEndpoint.ForceEndpointErrorConfigurationProperty.Builder builder()
-