All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
SourceRist, SourceRtp, SourceSrtCaller, SourceSrtListener, SourceZixiPush
All Known Implementing Classes:
SourceBase.Jsii$Proxy, SourceRist.Jsii$Proxy, SourceRtp.Jsii$Proxy, SourceSrtCaller.Jsii$Proxy, SourceSrtListener.Jsii$Proxy, SourceZixiPush.Jsii$Proxy

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-31T10:49:55.225Z") @Stability(Experimental) public interface SourceBase extends software.amazon.jsii.JsiiSerializable
(experimental) Common configuration across all inputs.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mediaconnect.alpha.*;
 SourceBase sourceBase = SourceBase.builder()
         .description("description")
         .flowSourceName("flowSourceName")
         .build();
 
  • Method Details

    • getDescription

      @Stability(Experimental) @Nullable default String getDescription()
      (experimental) A description of the source.

      This description appears only on the MediaConnect console and will not be seen by the end user.

      Default: - no description

    • getFlowSourceName

      @Stability(Experimental) @Nullable default String getFlowSourceName()
      (experimental) The name of the source.

      Default: - a name is generated automatically

    • builder

      @Stability(Experimental) static SourceBase.Builder builder()
      Returns:
      a SourceBase.Builder of SourceBase