Interface IFlowSource.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IFlowSource,IFlowSourceRef,IFlowSourceRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IFlowSource.Jsii$Proxy
- Enclosing interface:
IFlowSource
@Internal
public static interface IFlowSource.Jsii$Default
extends IFlowSource, IResource.Jsii$Default, IFlowSourceRef.Jsii$Default
Internal default implementation for
IFlowSource.-
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.mediaconnect.alpha.IFlowSource
IFlowSource.Jsii$Default, IFlowSource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.mediaconnect.IFlowSourceRef
IFlowSourceRef.Jsii$Default, IFlowSourceRef.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 flow source.default String(experimental) The name of the flow source.default String(experimental) The IP address that the flow will be listening on for incoming content.default String(experimental) The port that the flow will be listening on for incoming content.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.mediaconnect.IFlowSourceRef.Jsii$Default
getFlowSourceRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFlowSourceArn
(experimental) The Amazon Resource Name (ARN) of the flow source.- Specified by:
getFlowSourceArnin interfaceIFlowSource
-
getFlowSourceName
(experimental) The name of the flow source.- Specified by:
getFlowSourceNamein interfaceIFlowSource
-
getIngestIp
(experimental) The IP address that the flow will be listening on for incoming content.- Specified by:
getIngestIpin interfaceIFlowSource
-
getSourceIngestPort
(experimental) The port that the flow will be listening on for incoming content.- Specified by:
getSourceIngestPortin interfaceIFlowSource
-