Interface CfnOriginEndpoint.StreamSelectionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnOriginEndpoint.StreamSelectionProperty.Jsii$Proxy
Enclosing class:
CfnOriginEndpoint

@Stability(Stable) public static interface CfnOriginEndpoint.StreamSelectionProperty extends software.amazon.jsii.JsiiSerializable
Limitations for outputs from the endpoint, based on the video bitrate.

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.mediapackage.*;
 StreamSelectionProperty streamSelectionProperty = StreamSelectionProperty.builder()
         .maxVideoBitsPerSecond(123)
         .minVideoBitsPerSecond(123)
         .streamOrder("streamOrder")
         .build();
 

See Also: