Google Cloud Run V2Task Template Args
TaskTemplate describes the data a task should have when created from a template.
Constructors
Properties
Holds the single container that defines the unit of execution for this task.
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
The execution environment being used to host this Task.
Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
A list of Volumes to make available to containers.
VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.