Class StackSettingsConfigValue

java.lang.Object
com.pulumi.automation.StackSettingsConfigValue

public class StackSettingsConfigValue extends Object
Represents a configuration value for a stack.
  • Constructor Details

    • StackSettingsConfigValue

      public StackSettingsConfigValue(Object value)
    • StackSettingsConfigValue

      public StackSettingsConfigValue(Object value, boolean isSecure)
  • Method Details

    • value

      public Object value()
      Returns the value of the configuration.
      Returns:
      the value
    • isSecure

      public boolean isSecure()
      Returns whether the value is secure.
      Returns:
      true if the value is secure
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object