Interface CfnRouterInputPropsMixin.RtpRouterInputConfigurationProperty

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

@Stability(Stable) public static interface CfnRouterInputPropsMixin.RtpRouterInputConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.

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.mediaconnect.*;
 RtpRouterInputConfigurationProperty rtpRouterInputConfigurationProperty = RtpRouterInputConfigurationProperty.builder()
         .forwardErrorCorrection("forwardErrorCorrection")
         .port(123)
         .build();
 

See Also: