Interface IPipe.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IPipe, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IPipe.Jsii$Proxy
Enclosing interface:
IPipe

@Internal public static interface IPipe.Jsii$Default extends IPipe, IResource.Jsii$Default
Internal default implementation for IPipe.
  • Method Details

    • getPipeArn

      @Stability(Experimental) @NotNull default String getPipeArn()
      (experimental) The ARN of the pipe.
      Specified by:
      getPipeArn in interface IPipe
    • getPipeName

      @Stability(Experimental) @NotNull default String getPipeName()
      (experimental) The name of the pipe.
      Specified by:
      getPipeName in interface IPipe
    • getPipeRole

      @Stability(Experimental) @NotNull default IRole getPipeRole()
      (experimental) The role used by the pipe.

      For imported pipes it assumes that the default role is used.

      Specified by:
      getPipeRole in interface IPipe