Interface WorkflowRunOptions

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:43.115Z")
    @Stability(Experimental)
    public interface WorkflowRunOptions
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Workflow run options.
    • Method Detail

      • getBranches

        @Stability(Experimental)
        @Nullable
        default List<String> getBranches()
        (experimental) Which branches or branch-ignore to limit the trigger to.
      • getTypes

        @Stability(Experimental)
        @Nullable
        default List<String> getTypes()
        (experimental) Which activity types to trigger on.
      • getWorkflows

        @Stability(Experimental)
        @Nullable
        default List<String> getWorkflows()
        (experimental) Which workflow to trigger on.