Interface CfnFlowSource.IGatewayBridgeSourceProperty
The source configuration for cloud flows receiving a stream from a bridge.
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGatewayBridgeSourceProperty
Syntax (vb)
Public Interface 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
Properties
Bridge |
The ARN of the bridge feeding this flow. |
Vpc |
The name of the VPC interface attachment to use for this bridge source. |
Properties
BridgeArn
The ARN of the bridge feeding this flow.
string BridgeArn { get; }
Property Value
System.
Remarks
VpcInterfaceAttachment
The name of the VPC interface attachment to use for this bridge source.
virtual object VpcInterfaceAttachment { get; }
Property Value
System.