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: