aws-cdk-lib.aws_mediaconnect.CfnBridgeSource.BridgeFlowSourceProperty

interface BridgeFlowSourceProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnBridgeSource.BridgeFlowSourceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridgeSource_BridgeFlowSourceProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnBridgeSource.BridgeFlowSourceProperty
Pythonaws_cdk.aws_mediaconnect.CfnBridgeSource.BridgeFlowSourceProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnBridgeSource » 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.CfnBridgeSource.BridgeFlowSourceProperty = {
  flowArn: 'flowArn',

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

Properties

NameTypeDescription
flowArnstringThe ARN of the cloud flow used as a source of this bridge.
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.


flowVpcInterfaceAttachment?

Type: IResolvable | VpcInterfaceAttachmentProperty (optional)

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