Show / Hide Table of Contents

Interface CfnFlowOutputPropsMixin.IDestinationConfigurationProperty

The transport parameters that you want to associate with an outbound media stream.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFlowOutputPropsMixin.IDestinationConfigurationProperty
Syntax (vb)
Public Interface CfnFlowOutputPropsMixin.IDestinationConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-destinationconfiguration.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 destinationConfigurationProperty = new DestinationConfigurationProperty {
                 DestinationIp = "destinationIp",
                 DestinationPort = 123,
                 Interface = new InterfaceProperty {
                     Name = "name"
                 }
             };

Synopsis

Properties

DestinationIp

The IP address where you want MediaConnect to send contents of the media stream.

DestinationPort

The port that you want MediaConnect to use when it distributes the media stream to the output.

Interface

The VPC interface that you want to use for the media stream associated with the output.

Properties

DestinationIp

The IP address where you want MediaConnect to send contents of the media stream.

string? DestinationIp { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-destinationconfiguration.html#cfn-mediaconnect-flowoutput-destinationconfiguration-destinationip

DestinationPort

The port that you want MediaConnect to use when it distributes the media stream to the output.

double? DestinationPort { get; }
Property Value

double?

Remarks

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

Interface

The VPC interface that you want to use for the media stream associated with the output.

object? Interface { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-destinationconfiguration.html#cfn-mediaconnect-flowoutput-destinationconfiguration-interface

Type union: either IResolvable or CfnFlowOutputPropsMixin.IInterfaceProperty

Back to top Generated by DocFX