Interface CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpointPropsMixin
@Stability(Stable)
public static interface CfnOriginEndpointPropsMixin.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.cfnpropertymixins.services.mediapackagev2.*;
ForceEndpointErrorConfigurationProperty forceEndpointErrorConfigurationProperty = ForceEndpointErrorConfigurationProperty.builder()
.endpointErrorConditions(List.of("endpointErrorConditions"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOriginEndpointPropsMixin.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 CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty.Builder builder()
-