AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaConnect::RouterInput

CfnRouterInput

Represents a router input in AWS Elemental MediaConnect that is used to ingest content to be transmitted to router outputs.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRouterInputProps.

configurationRequired
IResolvable | RouterInputConfigurationProperty

The configuration settings for a router input.

maximumBitrateRequired
number

The maximum bitrate for the router input.

nameRequired
string

The name of the router input.

routingScopeRequired
string

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

tierRequired
string

The tier level of the router input.

availabilityZoneOptional
string

The Availability Zone of the router input.

maintenanceConfigurationOptional
IResolvable | MaintenanceConfigurationProperty

The maintenance configuration settings applied to this router input.

regionNameOptional
string

The AWS Region where the router input is located.

tagsOptional
CfnTag[]

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

transitEncryptionOptional
IResolvable | RouterInputTransitEncryptionProperty

Encryption information.

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