GoogleCloudRunV2TaskTemplateArgs

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)