AWS::MediaLive::InputThe AWS::MediaLive::Input resource is a MediaLive resource type that creates an input. A MediaLive input holds information that describes how the MediaLive channel is connected to the upstream system that is providing the source content that is to be transcoded.
import { CfnInput } from 'aws-cdk-lib/aws-medialive';Or use the module namespace:
import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnInputConfiguration passed to the constructor as CfnInputProps.
destinationsOptionalIResolvable | IResolvable | InputDestinationRequestProperty[]Settings that apply only if the input is a push type of input.
inputDevicesOptionalIResolvable | IResolvable | InputDeviceSettingsProperty[]Settings that apply only if the input is an Elemental Link input.
inputNetworkLocationOptionalstringinputSecurityGroupsOptionalstring[]The list of input security groups (referenced by IDs) to attach to the input if the input is a push type.
mediaConnectFlowsOptionalIResolvable | IResolvable | MediaConnectFlowRequestProperty[]Settings that apply only if the input is a MediaConnect input.
multicastSettingsOptionalIResolvable | MulticastSettingsCreateRequestPropertynameOptionalstringA name for the input.
roleArnOptionalstringThe IAM role for MediaLive to assume when creating a MediaConnect input or Amazon VPC input. This doesn't apply to other types of inputs. The role is identified by its ARN.
routerSettingsOptionalIResolvable | RouterSettingsPropertysdiSourcesOptionalstring[]smpte2110ReceiverGroupSettingsOptionalIResolvable | Smpte2110ReceiverGroupSettingsPropertysourcesOptionalIResolvable | IResolvable | InputSourceRequestProperty[]Settings that apply only if the input is a pull type of input.
srtSettingsOptionalIResolvable | SrtSettingsRequestPropertytagsOptionalanyA collection of tags for this input. Each tag is a key-value pair.
typeOptionalstringThe type for this input.
vpcOptionalIResolvable | InputVpcRequestPropertySettings that apply only if the input is an push input where the source is on Amazon VPC.
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-medialiveAWS::MediaLive::Input