Show / Hide Table of Contents

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 CfnFlowSource.IGatewayBridgeSourceProperty
Syntax (vb)
Public Interface CfnFlowSource.IGatewayBridgeSourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-gatewaybridgesource.html

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

BridgeArn

The ARN of the bridge feeding this flow.

VpcInterfaceAttachment

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-gatewaybridgesource.html#cfn-mediaconnect-flowsource-gatewaybridgesource-bridgearn

VpcInterfaceAttachment

The name of the VPC interface attachment to use for this bridge source.

object? VpcInterfaceAttachment { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-gatewaybridgesource.html#cfn-mediaconnect-flowsource-gatewaybridgesource-vpcinterfaceattachment

Back to top Generated by DocFX