Class SdiSource
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.medialive.alpha.SdiSource
- All Implemented Interfaces:
IEnvironmentAware,ISdiSourceRef,IResource,ISdiSource,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.328Z")
@Stability(Experimental)
public class SdiSource
extends Resource
implements ISdiSource
(experimental) Defines an AWS Elemental MediaLive SDI Source.
Example:
Stack stack;
SdiSource sdi = SdiSource.Builder.create(stack, "Sdi")
.sdiSourceName("camera-1")
.type(SdiType.SINGLE)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forSdiSource.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.ISdiSource
ISdiSource.Jsii$Default, ISdiSource.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSdiSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedSdiSource(software.amazon.jsii.JsiiObjectRef objRef) SdiSource(software.constructs.Construct scope, String id, SdiSourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionstatic ISdiSourcefromSdiSourceAttributes(software.constructs.Construct scope, String id, SdiSourceAttributes attrs) (experimental) Import an existing SDI source by its attributes.(experimental) The SDI Source ARN.(experimental) The SDI Source ID.(experimental) The list of inputs currently using this SDI source.(experimental) A reference to this SDI Source resource.(experimental) The current state of the SDI source.Methods inherited from class software.amazon.awscdk.Resource
applyCrossStackReferenceStrength, applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource, withMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
Constructor Details
-
SdiSource
protected SdiSource(software.amazon.jsii.JsiiObjectRef objRef) -
SdiSource
protected SdiSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
SdiSource
@Stability(Experimental) public SdiSource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull SdiSourceProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Details
-
fromSdiSourceAttributes
@Stability(Experimental) @NotNull public static ISdiSource fromSdiSourceAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull SdiSourceAttributes attrs) (experimental) Import an existing SDI source by its attributes.- Parameters:
scope- This parameter is required.id- This parameter is required.attrs- This parameter is required.
-
getSdiSourceArn
(experimental) The SDI Source ARN.- Specified by:
getSdiSourceArnin interfaceISdiSource
-
getSdiSourceId
(experimental) The SDI Source ID.- Specified by:
getSdiSourceIdin interfaceISdiSource
-
getSdiSourceRef
(experimental) A reference to this SDI Source resource.- Specified by:
getSdiSourceRefin interfaceISdiSourceRef
-
getSdiSourceInputs
(experimental) The list of inputs currently using this SDI source.- Specified by:
getSdiSourceInputsin interfaceISdiSource
-
getSdiSourceState
(experimental) The current state of the SDI source.- Specified by:
getSdiSourceStatein interfaceISdiSource
-