Class ConfigValue

java.lang.Object
com.pulumi.automation.ConfigValue

public class ConfigValue extends Object
ConfigValue represents a configuration value.
  • Constructor Details

    • ConfigValue

      public ConfigValue(String value)
      Creates a new configuration value.
      Parameters:
      value - the value
    • ConfigValue

      public ConfigValue(String value, boolean isSecret)
      Creates a new configuration value.
      Parameters:
      value - the value
      isSecret - true if the value is secret
  • Method Details

    • value

      public String value()
      Gets the configuration value.
      Returns:
      the value
    • isSecret

      public boolean isSecret()
      True if the configuration value is secret.
      Returns:
      true if the configuration value is secret