Package com.pulumi.automation
Class ProjectTemplateConfigValue
java.lang.Object
com.pulumi.automation.ProjectTemplateConfigValue
A placeholder config value for a project template.
-
Constructor Summary
ConstructorsConstructorDescriptionProjectTemplateConfigValue(String description) Creates a newProjectTemplateConfigValue.ProjectTemplateConfigValue(String description, String default_) Creates a newProjectTemplateConfigValue.ProjectTemplateConfigValue(String description, String default_, boolean secret) Creates a newProjectTemplateConfigValue. -
Method Summary
-
Constructor Details
-
ProjectTemplateConfigValue
Creates a newProjectTemplateConfigValue.- Parameters:
description- the description of the config value
-
ProjectTemplateConfigValue
Creates a newProjectTemplateConfigValue.- Parameters:
description- the description of the config valuedefault_- the default value
-
ProjectTemplateConfigValue
public ProjectTemplateConfigValue(@Nullable String description, @Nullable String default_, boolean secret) Creates a newProjectTemplateConfigValue.- Parameters:
description- the description of the config valuedefault_- the default valuesecret- whether the value should be treated as secret
-
-
Method Details
-
description
The description of the config value.- Returns:
- the description
-
default_
The default value of the config value.- Returns:
- the default value
-
secret
Whether the value should be treated as secret.- Returns:
- whether the value should be treated as secret
-
equals
-
hashCode
public int hashCode()
-