AWS::MediaConnect::RouterInputRepresents a router input in AWS Elemental MediaConnect that is used to ingest content to be transmitted to router outputs.
import { CfnRouterInput } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnRouterInputConfiguration passed to the constructor as CfnRouterInputProps.
configurationRequiredIResolvable | RouterInputConfigurationPropertyThe configuration settings for a router input.
maximumBitrateRequirednumberThe maximum bitrate for the router input.
nameRequiredstringThe name of the router input.
routingScopeRequiredstringIndicates whether the router input is configured for Regional or global routing.
tierRequiredstringThe tier level of the router input.
availabilityZoneOptionalstringThe Availability Zone of the router input.
maintenanceConfigurationOptionalIResolvable | MaintenanceConfigurationPropertyThe maintenance configuration settings applied to this router input.
regionNameOptionalstringThe AWS Region where the router input is located.
tagsOptionalCfnTag[]Key-value pairs that can be used to tag and organize this router input.
transitEncryptionOptionalIResolvable | RouterInputTransitEncryptionPropertyEncryption information.
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::RouterInput