interface BridgeOutputProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnBridge.BridgeOutputProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnBridge_BridgeOutputProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnBridge.BridgeOutputProperty |
![]() | aws_cdk.aws_mediaconnect.CfnBridge.BridgeOutputProperty |
![]() | aws-cdk-lib » aws_mediaconnect » CfnBridge » BridgeOutputProperty |
The output of the bridge.
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 bridgeOutputProperty: mediaconnect.CfnBridge.BridgeOutputProperty = {
networkOutput: {
ipAddress: 'ipAddress',
name: 'name',
networkName: 'networkName',
port: 123,
protocol: 'protocol',
ttl: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
network | IResolvable | Bridge | The output of the bridge. |
networkOutput?
Type:
IResolvable
|
Bridge
(optional)
The output of the bridge.
A network output is delivered to your premises.