AWS::MediaConnect::RouterOutputRepresents a router input in AWS Elemental MediaConnect that can be used to egress content transmitted from router inputs.
import { CfnRouterOutput } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnRouterOutputConfiguration passed to the constructor as CfnRouterOutputProps.
configurationRequiredIResolvable | RouterOutputConfigurationPropertyThe configuration settings for a router output.
maximumBitrateRequirednumberThe maximum bitrate for the router output.
nameRequiredstringThe name of the router output.
routingScopeRequiredstringIndicates whether the router output is configured for Regional or global routing.
tierRequiredstringThe tier level of the router output.
availabilityZoneOptionalstringThe Availability Zone of the router output.
maintenanceConfigurationOptionalIResolvable | MaintenanceConfigurationPropertyThe maintenance configuration settings applied to this router output.
regionNameOptionalstringThe AWS Region where the router output is located.
tagsOptionalCfnTag[]Key-value pairs that can be used to tag and organize this router output.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediaconnectAWS::MediaConnect::RouterOutput