Interface CfnRouterInputPropsMixin.RistRouterInputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterInputPropsMixin.RistRouterInputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterInputPropsMixin
@Stability(Stable)
public static interface CfnRouterInputPropsMixin.RistRouterInputConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
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.*;
RistRouterInputConfigurationProperty ristRouterInputConfigurationProperty = RistRouterInputConfigurationProperty.builder()
.port(123)
.recoveryLatencyMilliseconds(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRouterInputPropsMixin.RistRouterInputConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPort
The port number used for the RIST protocol in the router input configuration.- See Also:
-
getRecoveryLatencyMilliseconds
The recovery latency in milliseconds for the RIST protocol in the router input configuration.- See Also:
-
builder
@Stability(Stable) static CfnRouterInputPropsMixin.RistRouterInputConfigurationProperty.Builder builder()
-