Interface SdiSourceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SdiSourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.330Z")
@Stability(Experimental)
public interface SdiSourceProps
extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for creating an 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 TypeInterfaceDescriptionstatic final classA builder forSdiSourcePropsstatic final classAn implementation forSdiSourceProps -
Method Summary
Modifier and TypeMethodDescriptionstatic SdiSourceProps.Builderbuilder()default SdiModegetMode()(experimental) SDI Mode, only applicable for QUAD type.default String(experimental) The name of the SDI source.getTags()(experimental) Tags to add to the SDI source.getType()(experimental) Type of SDI input.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
(experimental) Type of SDI input. -
getMode
(experimental) SDI Mode, only applicable for QUAD type.Default: - no mode
-
getSdiSourceName
(experimental) The name of the SDI source.Default: - auto-generated name
-
getTags
(experimental) Tags to add to the SDI source.Default: - no tagging
-
builder
- Returns:
- a
SdiSourceProps.BuilderofSdiSourceProps
-