All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IInputRef, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IInput.Jsii$Default
All Known Implementing Classes:
IInput.Jsii$Proxy, Input

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.181Z") @Stability(Experimental) public interface IInput extends software.amazon.jsii.JsiiSerializable, IResource, IInputRef
(experimental) Represents a MediaLive Input.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IInput.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The Amazon Resource Name (ARN) of the input.
    default String
    (experimental) The input class (STANDARD or SINGLE_PIPELINE).
    default List<String>
    (experimental) For push inputs, the destination URLs where the upstream system sends content.
    (experimental) The ID of the input.
    default List<String>
    (experimental) For pull inputs, the source URLs where MediaLive pulls content from.
    default String
    (experimental) The input type (e.g.

    Methods inherited from interface software.constructs.IConstruct

    getNode, with

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    getEnv

    Methods inherited from interface software.amazon.awscdk.interfaces.medialive.IInputRef

    getInputRef

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getInputArn

      @Stability(Experimental) @NotNull String getInputArn()
      (experimental) The Amazon Resource Name (ARN) of the input.
    • getInputId

      @Stability(Experimental) @NotNull String getInputId()
      (experimental) The ID of the input.
    • getInputClass

      @Stability(Experimental) @Nullable default String getInputClass()
      (experimental) The input class (STANDARD or SINGLE_PIPELINE).

      Only available for input types where the pipeline count is known at construct time (e.g. mediaConnectRouter). Undefined for imported inputs and other types.

    • getInputDestinations

      @Stability(Experimental) @Nullable default List<String> getInputDestinations()
      (experimental) For push inputs, the destination URLs where the upstream system sends content.
    • getInputSources

      @Stability(Experimental) @Nullable default List<String> getInputSources()
      (experimental) For pull inputs, the source URLs where MediaLive pulls content from.
    • getInputType

      @Stability(Experimental) @Nullable default String getInputType()
      (experimental) The input type (e.g. SRT_CALLER, MP4_FILE, URL_PULL). Undefined for imported inputs.