maxInstanceCount property

int? maxInstanceCount
getter/setter pair

Specifies the maximum number of instances for the new Cloud Run function.

If provided, this overrides the max_instance_count setting of the Gen1 function.

Optional.

Implementation

core.int? maxInstanceCount;