Class CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty
The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty : CfnRouterOutputPropsMixin.IRistRouterOutputConfigurationProperty
Syntax (vb)
Public Class CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty Implements CfnRouterOutputPropsMixin.IRistRouterOutputConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins;
var ristRouterOutputConfigurationProperty = new RistRouterOutputConfigurationProperty {
DestinationAddress = "destinationAddress",
DestinationPort = 123
};
Synopsis
Constructors
| RistRouterOutputConfigurationProperty() | The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port. |
Properties
| DestinationAddress | The destination IP address for the RIST protocol in the router output configuration. |
| DestinationPort | The destination port number for the RIST protocol in the router output configuration. |
Constructors
RistRouterOutputConfigurationProperty()
The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.
public RistRouterOutputConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins;
var ristRouterOutputConfigurationProperty = new RistRouterOutputConfigurationProperty {
DestinationAddress = "destinationAddress",
DestinationPort = 123
};
Properties
DestinationAddress
The destination IP address for the RIST protocol in the router output configuration.
public string? DestinationAddress { get; set; }
Property Value
Remarks
DestinationPort
The destination port number for the RIST protocol in the router output configuration.
public double? DestinationPort { get; set; }