Cloud API Overview > @adpt/cloud > gcloud > CloudRunProps
gcloud.CloudRunProps interface
Props for the gcloud.CloudRun component
Signature:
export interface CloudRunProps
Properties
| Property | Type | Description |
|---|---|---|
| allowUnauthenticated | boolean | Allow public access to this service |
| args | string[] | Arguments for the container entrypoint |
| cpu | string | number | CPU resources that can be consumed by this CloudRun deployment |
| env | Environment | Environment for the container in the deployment |
| image | string | Image from which to start the container |
| memory | string | number | Memory allocated to this deployment |
| port | number | Port on which the container will listen |
| region | string | Region in which to create the cloud run deployment |
| serviceName | string | Name of the Cloud Run service in gcloud |
| trafficPct | number | Percentage of traffic for the latest revision of the deployment |