Interface CfnOriginEndpointPropsMixin.StreamSelectionProperty

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

@Stability(Stable) public static interface CfnOriginEndpointPropsMixin.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.cfnpropertymixins.services.mediapackage.*;
 StreamSelectionProperty streamSelectionProperty = StreamSelectionProperty.builder()
         .maxVideoBitsPerSecond(123)
         .minVideoBitsPerSecond(123)
         .streamOrder("streamOrder")
         .build();
 

See Also: