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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRouterInputPropsMixin.RtpRouterInputConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getForwardErrorCorrection
- See Also:
-
getPort
The port number used for the RTP protocol in the router input configuration.- See Also:
-
builder
@Stability(Stable) static CfnRouterInputPropsMixin.RtpRouterInputConfigurationProperty.Builder builder()
-