interface ForceEndpointErrorConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2.CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediapackagev2#CfnOriginEndpointPropsMixin_ForceEndpointErrorConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediapackagev2.CfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediapackagev2 » 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 { aws_mediapackagev2 as mediapackagev2 } from '@aws-cdk/cfn-property-mixins';
const forceEndpointErrorConfigurationProperty: mediapackagev2.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