Environment Node Config Args
data class EnvironmentNodeConfigArgs(val currentAggregateNodeCount: Output<String>? = null, val maxNodeCount: Output<String>? = null, val minNodeCount: Output<String>? = null) : ConvertibleToJava<EnvironmentNodeConfigArgs>
Properties
Link copied to clipboard
(Output) The current total number of gateway nodes that each environment currently has across all instances.
Link copied to clipboard
The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended maximum number of nodes for that gateway.
Link copied to clipboard
The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended minimum number of nodes for that gateway.