Package com.pulumi.automation
Class ConfigValue
java.lang.Object
com.pulumi.automation.ConfigValue
ConfigValue represents a configuration value.-
Constructor Summary
ConstructorsConstructorDescriptionConfigValue(String value) Creates a new configuration value.ConfigValue(String value, boolean isSecret) Creates a new configuration value. -
Method Summary
-
Constructor Details
-
ConfigValue
Creates a new configuration value.- Parameters:
value- the value
-
ConfigValue
Creates a new configuration value.- Parameters:
value- the valueisSecret- true if the value is secret
-
-
Method Details
-
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
-