Show / Hide Table of Contents

Class CfnRouterOutputPropsMixin.RtpRouterOutputConfigurationProperty

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

Inheritance
object
CfnRouterOutputPropsMixin.RtpRouterOutputConfigurationProperty
Implements
CfnRouterOutputPropsMixin.IRtpRouterOutputConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouterOutputPropsMixin.RtpRouterOutputConfigurationProperty : CfnRouterOutputPropsMixin.IRtpRouterOutputConfigurationProperty
Syntax (vb)
Public Class CfnRouterOutputPropsMixin.RtpRouterOutputConfigurationProperty Implements CfnRouterOutputPropsMixin.IRtpRouterOutputConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html

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.CfnPropertyMixins.AWS.MediaConnect;

             var rtpRouterOutputConfigurationProperty = new RtpRouterOutputConfigurationProperty {
                 DestinationAddress = "destinationAddress",
                 DestinationPort = 123,
                 ForwardErrorCorrection = "forwardErrorCorrection"
             };

Synopsis

Constructors

RtpRouterOutputConfigurationProperty()

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

Properties

DestinationAddress

The destination IP address for the RTP protocol in the router output configuration.

DestinationPort

The destination port number for the RTP protocol in the router output configuration.

ForwardErrorCorrection

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

Constructors

RtpRouterOutputConfigurationProperty()

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

public RtpRouterOutputConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html

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.CfnPropertyMixins.AWS.MediaConnect;

             var rtpRouterOutputConfigurationProperty = new RtpRouterOutputConfigurationProperty {
                 DestinationAddress = "destinationAddress",
                 DestinationPort = 123,
                 ForwardErrorCorrection = "forwardErrorCorrection"
             };

Properties

DestinationAddress

The destination IP address for the RTP protocol in the router output configuration.

public string? DestinationAddress { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-rtprouteroutputconfiguration-destinationaddress

DestinationPort

The destination port number for the RTP protocol in the router output configuration.

public double? DestinationPort { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-rtprouteroutputconfiguration-destinationport

ForwardErrorCorrection

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

public string? ForwardErrorCorrection { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-rtprouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-rtprouteroutputconfiguration-forwarderrorcorrection

Implements

CfnRouterOutputPropsMixin.IRtpRouterOutputConfigurationProperty
Back to top Generated by DocFX