Interface CloudRunServiceTemplateSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunServiceTemplateSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.936Z") @Stability(Stable) public interface CloudRunServiceTemplateSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunServiceTemplateSpec.BuilderA builder forCloudRunServiceTemplateSpecstatic classCloudRunServiceTemplateSpec.Jsii$ProxyAn implementation forCloudRunServiceTemplateSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunServiceTemplateSpec.Builderbuilder()default NumbergetContainerConcurrency()ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container of the Revision.default ObjectgetContainers()containers block.default StringgetServiceAccountName()Email address of the IAM service account associated with the revision of the service.default NumbergetTimeoutSeconds()TimeoutSeconds holds the max duration the instance is allowed for responding to a request.default ObjectgetVolumes()volumes block.
-
-
-
Method Detail
-
getContainerConcurrency
@Stability(Stable) @Nullable default Number getContainerConcurrency()
ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container of the Revision.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_service#container_concurrency CloudRunService#container_concurrency}
-
getContainers
@Stability(Stable) @Nullable default Object getContainers()
containers block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#containers CloudRunService#containers}
-
getServiceAccountName
@Stability(Stable) @Nullable default String getServiceAccountName()
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_service#service_account_name CloudRunService#service_account_name}
-
getTimeoutSeconds
@Stability(Stable) @Nullable default Number getTimeoutSeconds()
TimeoutSeconds holds the max duration the instance is allowed for responding to a request.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#timeout_seconds CloudRunService#timeout_seconds}
-
getVolumes
@Stability(Stable) @Nullable default Object getVolumes()
volumes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#volumes CloudRunService#volumes}
-
builder
@Stability(Stable) static CloudRunServiceTemplateSpec.Builder builder()
-
-