AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaConnect::RouterNetworkInterface

CfnRouterNetworkInterface

Represents a router network interface in AWS Elemental MediaConnect that is used to define a network boundary for router resources.

Import

import { CfnRouterNetworkInterface } from 'aws-cdk-lib/aws-mediaconnect';

Or use the module namespace:

import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnRouterNetworkInterface

Properties

Configuration passed to the constructor as CfnRouterNetworkInterfaceProps.

configurationRequired
IResolvable | RouterNetworkInterfaceConfigurationProperty

The configuration settings for a router network interface.

nameRequired
string

The name of the router network interface.

regionNameOptional
string

The AWS Region where the router network interface is located.

tagsOptional
CfnTag[]

Key-value pairs that can be used to tag and organize this router network interface.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-mediaconnect
CFN TypeAWS::MediaConnect::RouterNetworkInterface
Properties4

External Links