Package com.pulumi.automation
Class StackSettingsConfigValue
- java.lang.Object
-
- com.pulumi.automation.StackSettingsConfigValue
-
public class StackSettingsConfigValue extends java.lang.Object
Represents a configuration value for a stack.
-
-
Constructor Summary
Constructors Constructor Description StackSettingsConfigValue(java.lang.Object value)
StackSettingsConfigValue(java.lang.Object value, boolean isSecure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
boolean
isSecure()
Returns whether the value is secure.java.lang.Object
value()
Returns the value of the configuration.
-
-
-
Method Detail
-
value
public java.lang.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(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-