Class CloudRunV2ServiceTemplate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplate.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplate
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplate
An implementation forCloudRunV2ServiceTemplate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplate
CloudRunV2ServiceTemplate.Builder, CloudRunV2ServiceTemplate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplate.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplate.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,String>getAnnotations()Unstructured key value map that may be set by external tools to store and arbitrary metadata.ObjectgetContainers()containers block.StringgetEncryptionKey()A reference to a customer managed encryption key (CMEK) to use to encrypt this container image.StringgetExecutionEnvironment()The sandbox environment to host this Revision.Map<String,String>getLabels()Unstructured key value map that can be used to organize and categorize objects.NumbergetMaxInstanceRequestConcurrency()Sets the maximum number of requests that each serving instance can receive.StringgetRevision()The unique name for the revision.CloudRunV2ServiceTemplateScalinggetScaling()scaling block.StringgetServiceAccount()Email address of the IAM service account associated with the revision of the service.ObjectgetSessionAffinity()Enables session affinity.StringgetTimeout()Max allowed time for an instance to respond to a request.ObjectgetVolumes()volumes block.CloudRunV2ServiceTemplateVpcAccessgetVpcAccess()vpc_access block.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(CloudRunV2ServiceTemplate.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplate.Builder.
-
-
Method Detail
-
getAnnotations
public final Map<String,String> getAnnotations()
Description copied from interface:CloudRunV2ServiceTemplateUnstructured 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:
getAnnotationsin interfaceCloudRunV2ServiceTemplate
-
getContainers
public final Object getContainers()
Description copied from interface:CloudRunV2ServiceTemplatecontainers 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:
getContainersin interfaceCloudRunV2ServiceTemplate
-
getEncryptionKey
public final String getEncryptionKey()
Description copied from interface:CloudRunV2ServiceTemplateA 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:
getEncryptionKeyin interfaceCloudRunV2ServiceTemplate
-
getExecutionEnvironment
public final String getExecutionEnvironment()
Description copied from interface:CloudRunV2ServiceTemplateThe 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:
getExecutionEnvironmentin interfaceCloudRunV2ServiceTemplate
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:CloudRunV2ServiceTemplateUnstructured 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:
getLabelsin interfaceCloudRunV2ServiceTemplate
-
getMaxInstanceRequestConcurrency
public final Number getMaxInstanceRequestConcurrency()
Description copied from interface:CloudRunV2ServiceTemplateSets 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:
getMaxInstanceRequestConcurrencyin interfaceCloudRunV2ServiceTemplate
-
getRevision
public final String getRevision()
Description copied from interface:CloudRunV2ServiceTemplateThe 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:
getRevisionin interfaceCloudRunV2ServiceTemplate
-
getScaling
public final CloudRunV2ServiceTemplateScaling getScaling()
Description copied from interface:CloudRunV2ServiceTemplatescaling block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#scaling CloudRunV2Service#scaling}
- Specified by:
getScalingin interfaceCloudRunV2ServiceTemplate
-
getServiceAccount
public final String getServiceAccount()
Description copied from interface:CloudRunV2ServiceTemplateEmail 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:
getServiceAccountin interfaceCloudRunV2ServiceTemplate
-
getSessionAffinity
public final Object getSessionAffinity()
Description copied from interface:CloudRunV2ServiceTemplateEnables 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:
getSessionAffinityin interfaceCloudRunV2ServiceTemplate
-
getTimeout
public final String getTimeout()
Description copied from interface:CloudRunV2ServiceTemplateMax 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:
getTimeoutin interfaceCloudRunV2ServiceTemplate
-
getVolumes
public final Object getVolumes()
Description copied from interface:CloudRunV2ServiceTemplatevolumes 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:
getVolumesin interfaceCloudRunV2ServiceTemplate
-
getVpcAccess
public final CloudRunV2ServiceTemplateVpcAccess getVpcAccess()
Description copied from interface:CloudRunV2ServiceTemplatevpc_access block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#vpc_access CloudRunV2Service#vpc_access}
- Specified by:
getVpcAccessin interfaceCloudRunV2ServiceTemplate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-