Interface CloudRunV2ServiceTemplateScaling

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudRunV2ServiceTemplateScaling.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.012Z")
    @Stability(Stable)
    public interface CloudRunV2ServiceTemplateScaling
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getMaxInstanceCount

        @Stability(Stable)
        @Nullable
        default Number getMaxInstanceCount()
        Maximum number of serving instances that this resource should have.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#max_instance_count CloudRunV2Service#max_instance_count}

      • getMinInstanceCount

        @Stability(Stable)
        @Nullable
        default Number getMinInstanceCount()
        Minimum number of serving instances that this resource should have.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#min_instance_count CloudRunV2Service#min_instance_count}