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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.IInput
IInput.Jsii$Default, IInput.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.medialive.IInputRef
IInputRef.Jsii$Default, IInputRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The Amazon Resource Name (ARN) of the input.default String(experimental) The input class (STANDARD or SINGLE_PIPELINE).(experimental) For push inputs, the destination URLs where the upstream system sends content.default String(experimental) The ID of the input.(experimental) For pull inputs, the source URLs where MediaLive pulls content from.default String(experimental) The input type (e.g.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.medialive.IInputRef.Jsii$Default
getInputRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputArn
(experimental) The Amazon Resource Name (ARN) of the input.- Specified by:
getInputArnin interfaceIInput
-
getInputId
(experimental) The ID of the input.- Specified by:
getInputIdin interfaceIInput
-
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:
getInputClassin interfaceIInput
-
getInputDestinations
(experimental) For push inputs, the destination URLs where the upstream system sends content.- Specified by:
getInputDestinationsin interfaceIInput
-
getInputSources
(experimental) For pull inputs, the source URLs where MediaLive pulls content from.- Specified by:
getInputSourcesin interfaceIInput
-
getInputType
(experimental) The input type (e.g. SRT_CALLER, MP4_FILE, URL_PULL). Undefined for imported inputs.- Specified by:
getInputTypein interfaceIInput
-