Interface ICfnBridgeOutputProps
Properties for defining a CfnBridgeOutput
.
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnBridgeOutputProps
Syntax (vb)
Public Interface ICfnBridgeOutputProps
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.AWS.MediaConnect;
var cfnBridgeOutputProps = new CfnBridgeOutputProps {
BridgeArn = "bridgeArn",
Name = "name",
NetworkOutput = new BridgeNetworkOutputProperty {
IpAddress = "ipAddress",
NetworkName = "networkName",
Port = 123,
Protocol = "protocol",
Ttl = 123
}
};
Synopsis
Properties
BridgeArn | The ARN of the bridge that you want to describe. |
Name | The network output name. |
NetworkOutput | Add a network output to an existing bridge. |
Properties
BridgeArn
The ARN of the bridge that you want to describe.
string BridgeArn { get; }
Property Value
System.String
Remarks
Name
The network output name.
string Name { get; }
Property Value
System.String
Remarks
This name is used to reference the output and must be unique among outputs in this bridge.
NetworkOutput
Add a network output to an existing bridge.
object NetworkOutput { get; }
Property Value
System.Object