Show / Hide Table of Contents

Class CfnFlowSource.GatewayBridgeSourceProperty

The source configuration for cloud flows receiving a stream from a bridge.

Inheritance
object
CfnFlowSource.GatewayBridgeSourceProperty
Implements
CfnFlowSource.IGatewayBridgeSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlowSource.GatewayBridgeSourceProperty : CfnFlowSource.IGatewayBridgeSourceProperty
Syntax (vb)
Public Class CfnFlowSource.GatewayBridgeSourceProperty Implements 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

Constructors

GatewayBridgeSourceProperty()

The source configuration for cloud flows receiving a stream from a bridge.

Properties

BridgeArn

The ARN of the bridge feeding this flow.

VpcInterfaceAttachment

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

Constructors

GatewayBridgeSourceProperty()

The source configuration for cloud flows receiving a stream from a bridge.

public GatewayBridgeSourceProperty()
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"
                 }
             };

Properties

BridgeArn

The ARN of the bridge feeding this flow.

public string BridgeArn { get; set; }
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.

public object? VpcInterfaceAttachment { get; set; }
Property Value

object

Remarks

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

Implements

CfnFlowSource.IGatewayBridgeSourceProperty
Back to top Generated by DocFX