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
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
Remarks
DestinationPort
The port that you want MediaConnect to use when it distributes the media stream to the output.
double? DestinationPort { get; }
Property Value
Remarks
Interface
The VPC interface that you want to use for the media stream associated with the output.
object? Interface { get; }