AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::RouterOutput

MediaConnect RouterOutput

Represents a router input in AWS Elemental MediaConnect that can be used to egress content transmitted from router inputs

Properties

9 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
Configuration
RouterOutputConfiguration
Required
MaximumBitrate
integer
Required
Name
string
Required
RoutingScope
string
Required
Tier
string
Required
AvailabilityZone
string
Create-only
MaintenanceConfiguration
MaintenanceConfiguration
RegionName
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedAtstringThe timestamp when the router output was created.
IdstringThe unique identifier of the router output.
IpAddressstringThe IP address of the router output.
MaintenanceTypestring-
OutputTypestring-
RoutedStatestring-
Statestring-
UpdatedAtstringThe timestamp when the router output 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::RouterOutput

Resources:
  MyResource:
    Type: AWS::MediaConnect::RouterOutput
    Properties:
      Configuration: "value"
      MaximumBitrate: 1
      Name: "my-name"
      RoutingScope: "value"
      Tier: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

mediaconnect:GetRouterOutputmediaconnect:ListRouterOutputsec2:CreateNetworkInterfaceiam:PassRolemediaconnect:AssociateRouterNetworkInterfacemediaconnect:CreateRouterOutputmediaconnect:TagResourcemediaconnect:UpdateFlowSource

delete

mediaconnect:GetRouterOutputmediaconnect:UpdateRouterOutputmediaconnect:UpdateFlowSourcemedialive:UpdateInputmediaconnect:ListRouterOutputsmediaconnect:DeleteRouterOutput

list

mediaconnect:ListRouterOutputs

read

mediaconnect:GetRouterOutput

update

mediaconnect:ListTagsForResourcemediaconnect:TagResourcemediaconnect:UntagResourcemediaconnect:GetRouterOutputec2:CreateNetworkInterfaceiam:PassRolemediaconnect:AssociateRouterNetworkInterfacemediaconnect:UpdateFlowSource

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
Properties18
Required5
TaggingSupported
Primary IDArn

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

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

Configuration/Standard/NetworkInterfaceArnAvailabilityZoneRegionName

External Links