Interface IInput.Jsii$Default

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

@Internal public static interface IInput.Jsii$Default extends IInput, IResource.Jsii$Default, IInputRef.Jsii$Default
Internal default implementation for IInput.
  • Method Details

    • getInputArn

      @Stability(Experimental) @NotNull default String getInputArn()
      (experimental) The Amazon Resource Name (ARN) of the input.
      Specified by:
      getInputArn in interface IInput
    • getInputId

      @Stability(Experimental) @NotNull default String getInputId()
      (experimental) The ID of the input.
      Specified by:
      getInputId in interface IInput
    • 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.

      Specified by:
      getInputClass in interface IInput
    • getInputDestinations

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

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

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