Interface JobStepOutput

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    JobStepOutput.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.108Z")
    @Stability(Experimental)
    public interface JobStepOutput
    extends software.amazon.jsii.JsiiSerializable
    (experimental) An output binding for a job.
    • Method Detail

      • getOutputName

        @Stability(Experimental)
        @NotNull
        String getOutputName()
        (experimental) The name of the job output that is being bound.
      • getStepId

        @Stability(Experimental)
        @NotNull
        String getStepId()
        (experimental) The ID of the step that exposes the output.