Class CloudRunV2ServiceTemplate.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getAnnotations

        public final Map<String,​String> getAnnotations()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getAnnotations in interface CloudRunV2ServiceTemplate
      • getContainers

        public final Object getContainers()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getContainers in interface CloudRunV2ServiceTemplate
      • getEncryptionKey

        public final String getEncryptionKey()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getEncryptionKey in interface CloudRunV2ServiceTemplate
      • getExecutionEnvironment

        public final String getExecutionEnvironment()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getExecutionEnvironment in interface CloudRunV2ServiceTemplate
      • getLabels

        public final Map<String,​String> getLabels()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getLabels in interface CloudRunV2ServiceTemplate
      • getMaxInstanceRequestConcurrency

        public final Number getMaxInstanceRequestConcurrency()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getMaxInstanceRequestConcurrency in interface CloudRunV2ServiceTemplate
      • getRevision

        public final String getRevision()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getRevision in interface CloudRunV2ServiceTemplate
      • getServiceAccount

        public final String getServiceAccount()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getServiceAccount in interface CloudRunV2ServiceTemplate
      • getSessionAffinity

        public final Object getSessionAffinity()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getSessionAffinity in interface CloudRunV2ServiceTemplate
      • getTimeout

        public final String getTimeout()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getTimeout in interface CloudRunV2ServiceTemplate
      • getVolumes

        public final Object getVolumes()
        Description copied from interface: CloudRunV2ServiceTemplate
        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}

        Specified by:
        getVolumes in interface CloudRunV2ServiceTemplate
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object