Class CfnFlowSource.GatewayBridgeSourceProperty
The source configuration for cloud flows receiving a stream from a bridge.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GatewayBridgeSourceProperty : Object, CfnFlowSource.IGatewayBridgeSourceProperty
Syntax (vb)
Public Class GatewayBridgeSourceProperty
Inherits Object
Implements CfnFlowSource.IGatewayBridgeSourceProperty
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 gatewayBridgeSourceProperty = new GatewayBridgeSourceProperty {
BridgeArn = "bridgeArn",
// the properties below are optional
VpcInterfaceAttachment = new VpcInterfaceAttachmentProperty {
VpcInterfaceName = "vpcInterfaceName"
}
};
Synopsis
Constructors
Gateway |
Properties
Bridge |
The ARN of the bridge feeding this flow. |
Vpc |
The name of the VPC interface attachment to use for this bridge source. |
Constructors
GatewayBridgeSourceProperty()
public GatewayBridgeSourceProperty()
Properties
BridgeArn
The ARN of the bridge feeding this flow.
public string BridgeArn { get; set; }
Property Value
System.
Remarks
VpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
public object VpcInterfaceAttachment { get; set; }
Property Value
System.