Show / Hide Table of Contents

Class CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty

The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.

Inheritance
object
CfnRouterOutputPropsMixin.RistRouterOutputConfigurationProperty
Implements
CfnRouterOutputPropsMixin.IRistRouterOutputConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-ristrouteroutputconfiguration.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routeroutput-ristrouteroutputconfiguration.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.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

string

Remarks

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

DestinationPort

The destination port number for the RIST 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-ristrouteroutputconfiguration.html#cfn-mediaconnect-routeroutput-ristrouteroutputconfiguration-destinationport

Implements

CfnRouterOutputPropsMixin.IRistRouterOutputConfigurationProperty
Back to top Generated by DocFX