AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaConnect::RouterOutput

CfnRouterOutput

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

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRouterOutputProps.

configurationRequired
IResolvable | RouterOutputConfigurationProperty

The configuration settings for a router output.

maximumBitrateRequired
number

The maximum bitrate for the router output.

nameRequired
string

The name of the router output.

routingScopeRequired
string

Indicates whether the router output is configured for Regional or global routing.

tierRequired
string

The tier level of the router output.

availabilityZoneOptional
string

The Availability Zone of the router output.

maintenanceConfigurationOptional
IResolvable | MaintenanceConfigurationProperty

The maintenance configuration settings applied to this router output.

regionNameOptional
string

The AWS Region where the router output is located.

tagsOptional
CfnTag[]

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

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::RouterOutput
Properties9

External Links