AWS::MediaConnect::RouterNetworkInterfaceRepresents a router network interface in AWS Elemental MediaConnect that is used to define a network boundary for router resources
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Configuration | RouterNetworkInterfaceConfiguration | Required |
Name | string | Required |
RegionName | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
AssociatedInputCount | integer | The number of router inputs associated with the network interface. |
AssociatedOutputCount | integer | The number of router outputs associated with the network interface. |
CreatedAt | string | The timestamp when the router network interface was created. |
Id | string | The unique identifier of the router network interface. |
NetworkInterfaceType | string | - |
State | string | - |
UpdatedAt | string | The timestamp when the router network interface was last updated. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
mediaconnect:GetRouterNetworkInterfacemediaconnect:ListRouterNetworkInterfacesiam:CreateServiceLinkedRolemediaconnect:CreateRouterNetworkInterfacemediaconnect:TagResourcemediaconnect:GetRouterNetworkInterfacemediaconnect:ListRouterNetworkInterfacesmediaconnect:DeleteRouterNetworkInterfacemediaconnect:ListRouterNetworkInterfacesmediaconnect:GetRouterNetworkInterfacemediaconnect:ListTagsForResourcemediaconnect:TagResourcemediaconnect:UntagResourcemediaconnect:GetRouterNetworkInterfaceiam:CreateServiceLinkedRolemediaconnect:UpdateRouterNetworkInterfaceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RegionName