Class HistoryOptions

java.lang.Object
com.pulumi.automation.HistoryOptions

public final class HistoryOptions extends Object
Options controlling the behavior of a WorkspaceStack.getHistory() operation.
  • Method Details

    • builder

      public static HistoryOptions.Builder builder()
      Returns a new builder for HistoryOptions.
      Returns:
      the builder
    • page

      @Nullable public Integer page()
      Returns the page.
      Returns:
      the page
    • pageSize

      @Nullable public Integer pageSize()
      Returns the page size.
      Returns:
      the page size
    • showSecrets

      public boolean showSecrets()
      Show config secrets when they appear.
      Returns:
      whether to show secrets