interface RouterNetworkInterfaceAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaConnect.Alpha.RouterNetworkInterfaceAttributes |
Go | github.com/aws/aws-cdk-go/awsmediaconnectalpha/v2#RouterNetworkInterfaceAttributes |
Java | software.amazon.awscdk.services.mediaconnect.alpha.RouterNetworkInterfaceAttributes |
Python | aws_cdk.aws_mediaconnect_alpha.RouterNetworkInterfaceAttributes |
TypeScript (source) | @aws-cdk/aws-mediaconnect-alpha ยป RouterNetworkInterfaceAttributes |
Attributes for importing an existing Router Network Interface.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as mediaconnect_alpha from '@aws-cdk/aws-mediaconnect-alpha';
const routerNetworkInterfaceAttributes: mediaconnect_alpha.RouterNetworkInterfaceAttributes = {
routerNetworkInterfaceArn: 'routerNetworkInterfaceArn',
// the properties below are optional
routerNetworkInterfaceId: 'routerNetworkInterfaceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| router | string | The Amazon Resource Name (ARN) of the router network interface. |
| router | string | The unique identifier of the router network interface. |
routerNetworkInterfaceArn
Type:
string
The Amazon Resource Name (ARN) of the router network interface.
routerNetworkInterfaceId?
Type:
string
(optional, default: accessing routerNetworkInterfaceId on the imported interface throws; only provide when available.)
The unique identifier of the router network interface.

.NET
Go
Java
Python
TypeScript (