aws-cdk-lib.aws_mediaconnect.CfnBridge.BridgeFlowSourceProperty

interface BridgeFlowSourceProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnBridge.BridgeFlowSourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridge_BridgeFlowSourceProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnBridge.BridgeFlowSourceProperty
Pythonaws_cdk.aws_mediaconnect.CfnBridge.BridgeFlowSourceProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnBridge » BridgeFlowSourceProperty

The source of the bridge.

A flow source originates in MediaConnect as an existing cloud flow.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const bridgeFlowSourceProperty: mediaconnect.CfnBridge.BridgeFlowSourceProperty = {
  flowArn: 'flowArn',
  name: 'name',

  // the properties below are optional
  flowVpcInterfaceAttachment: {
    vpcInterfaceName: 'vpcInterfaceName',
  },
};

Properties

NameTypeDescription
flowArnstringThe ARN of the cloud flow used as a source of this bridge.
namestringThe name of the flow source.
flowVpcInterfaceAttachment?IResolvable | VpcInterfaceAttachmentPropertyThe name of the VPC interface attachment to use for this source.

flowArn

Type: string

The ARN of the cloud flow used as a source of this bridge.


name

Type: string

The name of the flow source.


flowVpcInterfaceAttachment?

Type: IResolvable | VpcInterfaceAttachmentProperty (optional)

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