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.
  • Method Details

    • getFlowSourceArn

      @Stability(Experimental) @NotNull default String getFlowSourceArn()
      (experimental) The Amazon Resource Name (ARN) of the flow source.
      Specified by:
      getFlowSourceArn in interface IFlowSource
    • getFlowSourceName

      @Stability(Experimental) @NotNull default String getFlowSourceName()
      (experimental) The name of the flow source.
      Specified by:
      getFlowSourceName in interface IFlowSource
    • getIngestIp

      @Stability(Experimental) @NotNull default String getIngestIp()
      (experimental) The IP address that the flow will be listening on for incoming content.
      Specified by:
      getIngestIp in interface IFlowSource
    • getSourceIngestPort

      @Stability(Experimental) @NotNull default String getSourceIngestPort()
      (experimental) The port that the flow will be listening on for incoming content.
      Specified by:
      getSourceIngestPort in interface IFlowSource