Interface CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterOutputPropsMixin
@Stability(Stable)
public static interface CfnRouterOutputPropsMixin.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.cfnpropertymixins.services.mediaconnect.*;
RistRouterOutputConfigurationProperty ristRouterOutputConfigurationProperty = RistRouterOutputConfigurationProperty.builder()
.destinationAddress("destinationAddress")
.destinationPort(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty -
Method Summary
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
@Stability(Stable) static CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty.Builder builder()
-