interface BridgeFlowSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnBridgeSource.BridgeFlowSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridgeSource_BridgeFlowSourceProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnBridgeSource.BridgeFlowSourceProperty |
![]() | aws_cdk.aws_mediaconnect.CfnBridgeSource.BridgeFlowSourceProperty |
![]() | 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
Name | Type | Description |
---|---|---|
flow | string | The ARN of the cloud flow used as a source of this bridge. |
flow | IResolvable | Vpc | The 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
|
Vpc
(optional)
The name of the VPC interface attachment to use for this source.