aws-cdk-lib.aws_mediaconnect.CfnFlow.GatewayBridgeSourceProperty
interface GatewayBridgeSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnFlow.GatewayBridgeSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlow_GatewayBridgeSourceProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnFlow.GatewayBridgeSourceProperty |
![]() | aws_cdk.aws_mediaconnect.CfnFlow.GatewayBridgeSourceProperty |
![]() | aws-cdk-lib » aws_mediaconnect » CfnFlow » 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.CfnFlow.GatewayBridgeSourceProperty = {
bridgeArn: 'bridgeArn',
// the properties below are optional
vpcInterfaceAttachment: {
vpcInterfaceName: 'vpcInterfaceName',
},
};
Properties
Name | Type | Description |
---|---|---|
bridge | string | CfnFlow.GatewayBridgeSourceProperty.BridgeArn . |
vpc | IResolvable | Vpc | CfnFlow.GatewayBridgeSourceProperty.VpcInterfaceAttachment . |
bridgeArn
Type:
string
CfnFlow.GatewayBridgeSourceProperty.BridgeArn
.
vpcInterfaceAttachment?
Type:
IResolvable
|
Vpc
(optional)
CfnFlow.GatewayBridgeSourceProperty.VpcInterfaceAttachment
.