interface ForceEndpointErrorConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins.CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackagev2/mixins#CfnOriginEndpointPropsMixin_ForceEndpointErrorConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_mediapackagev2.mixins.CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackagev2 » mixins » CfnOriginEndpointPropsMixin » ForceEndpointErrorConfigurationProperty |
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 { mixins as mediapackagev2_mixins } from '@aws-cdk/mixins-preview/aws-mediapackagev2';
const forceEndpointErrorConfigurationProperty: mediapackagev2_mixins.CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty = {
endpointErrorConditions: ['endpointErrorConditions'],
};
Properties
| Name | Type | Description |
|---|---|---|
| endpoint | string[] | The failover conditions for the endpoint. The options are:. |
endpointErrorConditions?
Type:
string[]
(optional)
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.

.NET
Go
Java
Python
TypeScript