interface BridgeOutputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect.CfnBridgePropsMixin.BridgeOutputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmediaconnect#CfnBridgePropsMixin_BridgeOutputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgePropsMixin.BridgeOutputProperty |
Python | aws_cdk.cfn_property_mixins.aws_mediaconnect.CfnBridgePropsMixin.BridgeOutputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mediaconnect » CfnBridgePropsMixin » 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/cfn-property-mixins';
const bridgeOutputProperty: mediaconnect.CfnBridgePropsMixin.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.

.NET
Go
Java
Python
TypeScript