maximumCapacity

@JvmName(name = "owlpiuhwxejiryya")
suspend fun maximumCapacity(value: Output<ApplicationMaximumCapacityArgs>)
@JvmName(name = "ndimwfofxfqbvqyq")
suspend fun maximumCapacity(value: ApplicationMaximumCapacityArgs?)

Parameters

value

The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.


@JvmName(name = "tbtpukwrkegerlca")
suspend fun maximumCapacity(argument: suspend ApplicationMaximumCapacityArgsBuilder.() -> Unit)

Parameters

argument

The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.