interface BridgeOutputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaConnect.Mixins.CfnBridgePropsMixin.BridgeOutputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediaconnect/mixins#CfnBridgePropsMixin_BridgeOutputProperty |
Java | software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins.CfnBridgePropsMixin.BridgeOutputProperty |
Python | aws_cdk.mixins_preview.aws_mediaconnect.mixins.CfnBridgePropsMixin.BridgeOutputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_mediaconnect » mixins » 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 { mixins as mediaconnect_mixins } from '@aws-cdk/mixins-preview/aws-mediaconnect';
const bridgeOutputProperty: mediaconnect_mixins.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