Interface CfnRouterOutput.RistRouterOutputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterOutput.RistRouterOutputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterOutput
@Stability(Stable)
public static interface CfnRouterOutput.RistRouterOutputConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
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.mediaconnect.*;
RistRouterOutputConfigurationProperty ristRouterOutputConfigurationProperty = RistRouterOutputConfigurationProperty.builder()
.destinationAddress("destinationAddress")
.destinationPort(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRouterOutput.RistRouterOutputConfigurationPropertystatic final classAn implementation forCfnRouterOutput.RistRouterOutputConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The destination IP address for the RIST protocol in the router output configuration.The destination port number for the RIST protocol in the router output configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationAddress
The destination IP address for the RIST protocol in the router output configuration.- See Also:
-
getDestinationPort
The destination port number for the RIST protocol in the router output configuration.- See Also:
-
builder
-