Interface ISdiSource
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,ISdiSourceRef,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISdiSource.Jsii$Default
- All Known Implementing Classes:
ISdiSource.Jsii$Proxy,SdiSource
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.182Z")
@Stability(Experimental)
public interface ISdiSource
extends software.amazon.jsii.JsiiSerializable, IResource, ISdiSourceRef
(experimental) Represents a MediaLive SDI Source.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISdiSource.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The SDI Source ARN.(experimental) The SDI Source ID.(experimental) The list of inputs currently using this SDI source.default String(experimental) The current state of the SDI source.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.medialive.ISdiSourceRef
getSdiSourceRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSdiSourceArn
(experimental) The SDI Source ARN. -
getSdiSourceId
(experimental) The SDI Source ID. -
getSdiSourceInputs
(experimental) The list of inputs currently using this SDI source. -
getSdiSourceState
(experimental) The current state of the SDI source.
-