Interface CfnBridge.IEgressGatewayBridgeProperty
Create a bridge with the egress bridge type.
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEgressGatewayBridgeProperty
Syntax (vb)
Public Interface IEgressGatewayBridgeProperty
Remarks
An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
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.AWS.MediaConnect;
var egressGatewayBridgeProperty = new EgressGatewayBridgeProperty {
MaxBitrate = 123
};
Synopsis
Properties
MaxBitrate | The maximum expected bitrate (in bps) of the egress bridge. |
Properties
MaxBitrate
The maximum expected bitrate (in bps) of the egress bridge.
double MaxBitrate { get; }
Property Value
System.Double