aws-cdk-lib.aws_mediaconnect.CfnFlowSource.GatewayBridgeSourceProperty

interface GatewayBridgeSourceProperty

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

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 gatewayBridgeSourceProperty: mediaconnect.CfnFlowSource.GatewayBridgeSourceProperty = {
  bridgeArn: 'bridgeArn',

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

Properties

NameTypeDescription
bridgeArnstringCfnFlowSource.GatewayBridgeSourceProperty.BridgeArn.
vpcInterfaceAttachment?IResolvable | VpcInterfaceAttachmentPropertyCfnFlowSource.GatewayBridgeSourceProperty.VpcInterfaceAttachment.

bridgeArn

Type: string

CfnFlowSource.GatewayBridgeSourceProperty.BridgeArn.


vpcInterfaceAttachment?

Type: IResolvable | VpcInterfaceAttachmentProperty (optional)

CfnFlowSource.GatewayBridgeSourceProperty.VpcInterfaceAttachment.