Class CloudRunV2ServiceTemplate.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • annotations

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder annotations​(Map<String,​String> annotations)
        Parameters:
        annotations - Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with 'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 RevisionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#annotations CloudRunV2Service#annotations}
        Returns:
        this
      • containers

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder containers​(com.hashicorp.cdktf.IResolvable containers)
        Parameters:
        containers - containers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#containers CloudRunV2Service#containers}
        Returns:
        this
      • encryptionKey

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder encryptionKey​(String encryptionKey)
        Parameters:
        encryptionKey - A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#encryption_key CloudRunV2Service#encryption_key}
        Returns:
        this
      • executionEnvironment

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder executionEnvironment​(String executionEnvironment)
        Parameters:
        executionEnvironment - The sandbox environment to host this Revision. Possible values: ["EXECUTION_ENVIRONMENT_GEN1", "EXECUTION_ENVIRONMENT_GEN2"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#execution_environment CloudRunV2Service#execution_environment}
        Returns:
        this
      • labels

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder labels​(Map<String,​String> labels)
        Parameters:
        labels - Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with 'run.googleapis.com', 'cloud.googleapis.com', 'serving.knative.dev', or 'autoscaling.knative.dev' namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 RevisionTemplate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#labels CloudRunV2Service#labels}
        Returns:
        this
      • maxInstanceRequestConcurrency

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder maxInstanceRequestConcurrency​(Number maxInstanceRequestConcurrency)
        Parameters:
        maxInstanceRequestConcurrency - Sets the maximum number of requests that each serving instance can receive. If not specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU < 1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#max_instance_request_concurrency CloudRunV2Service#max_instance_request_concurrency}
        Returns:
        this
      • revision

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder revision​(String revision)
        Parameters:
        revision - The unique name for the revision. If this field is omitted, it will be automatically generated based on the Service name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#revision CloudRunV2Service#revision}
        Returns:
        this
      • serviceAccount

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder serviceAccount​(String serviceAccount)
        Parameters:
        serviceAccount - Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#service_account CloudRunV2Service#service_account}
        Returns:
        this
      • sessionAffinity

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder sessionAffinity​(Boolean sessionAffinity)
        Parameters:
        sessionAffinity - Enables session affinity. For more information, go to https://cloud.google.com/run/docs/configuring/session-affinity. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#session_affinity CloudRunV2Service#session_affinity}
        Returns:
        this
      • sessionAffinity

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder sessionAffinity​(com.hashicorp.cdktf.IResolvable sessionAffinity)
        Parameters:
        sessionAffinity - Enables session affinity. For more information, go to https://cloud.google.com/run/docs/configuring/session-affinity. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#session_affinity CloudRunV2Service#session_affinity}
        Returns:
        this
      • timeout

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder timeout​(String timeout)
        Parameters:
        timeout - Max allowed time for an instance to respond to a request. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#timeout CloudRunV2Service#timeout}
        Returns:
        this
      • volumes

        @Stability(Stable)
        public CloudRunV2ServiceTemplate.Builder volumes​(com.hashicorp.cdktf.IResolvable volumes)
        Parameters:
        volumes - volumes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#volumes CloudRunV2Service#volumes}
        Returns:
        this