interface InterfaceMapping
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.InterfaceMapping |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#InterfaceMapping |
Java | software.amazon.awscdk.services.medialive.alpha.InterfaceMapping |
Python | aws_cdk.aws_medialive_alpha.InterfaceMapping |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป InterfaceMapping |
A mapping between a logical interface name and a network ID.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const interfaceMapping: medialive_alpha.InterfaceMapping = {
logicalInterfaceName: 'logicalInterfaceName',
networkId: 'networkId',
};
Properties
| Name | Type | Description |
|---|---|---|
| logical | string | The logical interface name. |
| network | string | The network ID to map to. |
logicalInterfaceName
Type:
string
The logical interface name.
networkId
Type:
string
The network ID to map to.

.NET
Go
Java
Python
TypeScript (