Uses of Interface
software.amazon.awscdk.interfaces.medialive.IInputRef
Packages that use IInputRef
Package
Description
AWS Elemental MediaLive Construct Library
-
Uses of IInputRef in software.amazon.awscdk.interfaces.medialive
Subinterfaces of IInputRef in software.amazon.awscdk.interfaces.medialiveModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInputRef.Classes in software.amazon.awscdk.interfaces.medialive that implement IInputRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IInputRef in software.amazon.awscdk.services.medialive
Classes in software.amazon.awscdk.services.medialive that implement IInputRefModifier and TypeClassDescriptionclassThe AWS::MediaLive::Input resource is a MediaLive resource type that creates an input.Methods in software.amazon.awscdk.services.medialive that return IInputRefModifier and TypeMethodDescriptionstatic IInputRefCfnInput.fromInputArn(software.constructs.Construct scope, String id, String arn) Creates a new IInputRef from an ARN.static IInputRefCfnInput.fromInputId(software.constructs.Construct scope, String id, String inputId) Creates a new IInputRef from a inputId.