AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::RouterNetworkInterface

MediaConnect RouterNetworkInterface

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

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Configuration
RouterNetworkInterfaceConfiguration
Required
Name
string
Required
RegionName
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
AssociatedInputCountintegerThe number of router inputs associated with the network interface.
AssociatedOutputCountintegerThe number of router outputs associated with the network interface.
CreatedAtstringThe timestamp when the router network interface was created.
IdstringThe unique identifier of the router network interface.
NetworkInterfaceTypestring-
Statestring-
UpdatedAtstringThe timestamp when the router network interface was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaConnect::RouterNetworkInterface

Resources:
  MyResource:
    Type: AWS::MediaConnect::RouterNetworkInterface
    Properties:
      Configuration: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

mediaconnect:GetRouterNetworkInterfacemediaconnect:ListRouterNetworkInterfacesiam:CreateServiceLinkedRolemediaconnect:CreateRouterNetworkInterfacemediaconnect:TagResource

delete

mediaconnect:GetRouterNetworkInterfacemediaconnect:ListRouterNetworkInterfacesmediaconnect:DeleteRouterNetworkInterface

list

mediaconnect:ListRouterNetworkInterfaces

read

mediaconnect:GetRouterNetworkInterface

update

mediaconnect:ListTagsForResourcemediaconnect:TagResourcemediaconnect:UntagResourcemediaconnect:GetRouterNetworkInterfaceiam:CreateServiceLinkedRolemediaconnect:UpdateRouterNetworkInterface

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

ServiceMediaConnect
Properties12
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

RegionName

External Links