Package com.pulumi.automation
Class ProjectConfigType
java.lang.Object
com.pulumi.automation.ProjectConfigType
The project configuration type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectConfigType.Builderbuilder()Returns a new builder forProjectConfigType.default_()The default value of the configuration.The description of the configuration.booleaninthashCode()booleanisSecret()Whether the configuration is secret.items()The configuration items type.Creates a newProjectConfigType.Builderinitialized with the values from this instance.type()The type of the configuration.value()The value of the configuration.
-
Method Details
-
builder
Returns a new builder forProjectConfigType.- Returns:
- the builder
-
type
The type of the configuration.- Returns:
- the type of the configuration
-
description
The description of the configuration.- Returns:
- the description of the configuration
-
items
The configuration items type.- Returns:
- the configuration items
-
default_
The default value of the configuration.- Returns:
- the default value of the configuration
-
value
The value of the configuration.- Returns:
- the value of the configuration
-
isSecret
public boolean isSecret()Whether the configuration is secret.- Returns:
- whether the configuration is secret
-
equals
-
hashCode
public int hashCode() -
toBuilder
Creates a newProjectConfigType.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectConfigType.Builderwith values copied from this instance
-