Google Cloud Run V2Task Template Args
data class GoogleCloudRunV2TaskTemplateArgs(val containers: Output<List<GoogleCloudRunV2ContainerArgs>>? = null, val encryptionKey: Output<String>? = null, val executionEnvironment: Output<GoogleCloudRunV2TaskTemplateExecutionEnvironment>? = null, val maxRetries: Output<Int>? = null, val serviceAccount: Output<String>? = null, val timeout: Output<String>? = null, val volumes: Output<List<GoogleCloudRunV2VolumeArgs>>? = null, val vpcAccess: Output<GoogleCloudRunV2VpcAccessArgs>? = null) : ConvertibleToJava<GoogleCloudRunV2TaskTemplateArgs>
TaskTemplate describes the data a task should have when created from a template.
Constructors
Link copied to clipboard
fun GoogleCloudRunV2TaskTemplateArgs(containers: Output<List<GoogleCloudRunV2ContainerArgs>>? = null, encryptionKey: Output<String>? = null, executionEnvironment: Output<GoogleCloudRunV2TaskTemplateExecutionEnvironment>? = null, maxRetries: Output<Int>? = null, serviceAccount: Output<String>? = null, timeout: Output<String>? = null, volumes: Output<List<GoogleCloudRunV2VolumeArgs>>? = null, vpcAccess: Output<GoogleCloudRunV2VpcAccessArgs>? = null)